File tree Expand file tree Collapse file tree 5 files changed +111
-30
lines changed
aws-genai-llm-chatbot/modules/chatbot Expand file tree Collapse file tree 5 files changed +111
-30
lines changed Original file line number Diff line number Diff line change 11
11
contents : read
12
12
steps :
13
13
- name : Configure AWS Credentials
14
- uses : aws-actions/configure-aws-credentials@v2
14
+ uses : aws-actions/configure-aws-credentials@v3
15
15
with :
16
16
aws-region : ${{ secrets.PIPELINE_AWS_REGION }}
17
17
role-to-assume : arn:aws:iam::${{ secrets.PIPELINE_AWS_ACCOUNT_ID }}:role/${{ secrets.PIPELINE_ROLE }}
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ deploy:
9
9
- mkdir -p /root/.cdk/cache
10
10
- env | grep NEXUS | sort | awk -F= '{printf "%-30s = %s\n", $1, $2}'
11
11
- npm run tsc
12
- - npm run config -- --non-interactive --env-prefix NEXUS_PARAMETER_
12
+ - npm run config -- --non-interactive --env-prefix SEEDFARMER_PARAMETER_
13
13
- npm run deploy -- --require-approval never --progress events --outputs-file ./cdk-exports.json -v --no-notices
14
14
- cat cdk-exports.json
15
- - seedfarmer metadata convert -f cdk-exports.json -jq .${NEXUS_PARAMETER_PREFIX }GenAIChatBotStack.metadata || true
15
+ - seedfarmer metadata convert -f cdk-exports.json -jq .${SEEDFARMER_PARAMETER_PREFIX }GenAIChatBotStack.metadata || true
16
16
destroy :
17
17
phases :
18
18
build :
Original file line number Diff line number Diff line change 64
64
"@types/node" : " 20.1.7" ,
65
65
"@typescript-eslint/eslint-plugin" : " ^6.0.0" ,
66
66
"@typescript-eslint/parser" : " ^6.0.0" ,
67
- "aws-cdk" : " ^2.211 .0" ,
67
+ "aws-cdk" : " ^2.1025 .0" ,
68
68
"aws-xray-sdk-core" : " 3.10.1" ,
69
69
"eslint" : " ^8.45.0" ,
70
70
"eslint-config-prettier" : " ^9.1.0" ,
85
85
"@aws-cdk/aws-apigatewayv2-integrations-alpha" : " ^2.114.1-alpha.0" ,
86
86
"@aws-cdk/aws-cognito-identitypool-alpha" : " ^2.114.1-alpha.0" ,
87
87
"@cdklabs/generative-ai-cdk-constructs" : " ^0.1.122" ,
88
- "aws-cdk-lib" : " ^2.211 .0" ,
88
+ "aws-cdk-lib" : " ^2.212 .0" ,
89
89
"cdk-monitoring-constructs" : " 8.1.0" ,
90
90
"cdk-nag" : " 2.28.139" ,
91
91
"commander" : " ^11.0.0" ,
Original file line number Diff line number Diff line change @@ -21332,34 +21332,115 @@ schema {
21332
21332
{},
21333
21333
{
21334
21334
"<<marker:0xbaba:0>>": {
21335
- "Ref": "AWS::Region",
21335
+ "Fn::Join": [
21336
+ "",
21337
+ [
21338
+ """,
21339
+ {
21340
+ "Ref": "AWS::Region",
21341
+ },
21342
+ """,
21343
+ ],
21344
+ ],
21336
21345
},
21337
21346
"<<marker:0xbaba:1>>": {
21338
- "Ref": "AWS::Region",
21347
+ "Fn::Join": [
21348
+ "",
21349
+ [
21350
+ """,
21351
+ {
21352
+ "Ref": "AWS::Region",
21353
+ },
21354
+ """,
21355
+ ],
21356
+ ],
21339
21357
},
21340
21358
"<<marker:0xbaba:2>>": {
21341
- "Ref": "AuthenticationUserPool28698864",
21359
+ "Fn::Join": [
21360
+ "",
21361
+ [
21362
+ """,
21363
+ {
21364
+ "Ref": "AuthenticationUserPool28698864",
21365
+ },
21366
+ """,
21367
+ ],
21368
+ ],
21342
21369
},
21343
21370
"<<marker:0xbaba:3>>": {
21344
- "Ref": "AuthenticationUserPoolUserPoolClient8AE1704E",
21371
+ "Fn::Join": [
21372
+ "",
21373
+ [
21374
+ """,
21375
+ {
21376
+ "Ref": "AuthenticationUserPoolUserPoolClient8AE1704E",
21377
+ },
21378
+ """,
21379
+ ],
21380
+ ],
21345
21381
},
21346
21382
"<<marker:0xbaba:4>>": {
21347
- "Ref": "AWS::Region",
21383
+ "Fn::Join": [
21384
+ "",
21385
+ [
21386
+ """,
21387
+ {
21388
+ "Ref": "AWS::Region",
21389
+ },
21390
+ """,
21391
+ ],
21392
+ ],
21348
21393
},
21349
21394
"<<marker:0xbaba:5>>": {
21350
- "Ref": "AuthenticationUserPool28698864",
21395
+ "Fn::Join": [
21396
+ "",
21397
+ [
21398
+ """,
21399
+ {
21400
+ "Ref": "AuthenticationUserPool28698864",
21401
+ },
21402
+ """,
21403
+ ],
21404
+ ],
21351
21405
},
21352
21406
"<<marker:0xbaba:6>>": {
21353
- "Ref": "AuthenticationUserPoolUserPoolClient8AE1704E",
21407
+ "Fn::Join": [
21408
+ "",
21409
+ [
21410
+ """,
21411
+ {
21412
+ "Ref": "AuthenticationUserPoolUserPoolClient8AE1704E",
21413
+ },
21414
+ """,
21415
+ ],
21416
+ ],
21354
21417
},
21355
21418
"<<marker:0xbaba:7>>": {
21356
- "Fn::GetAtt": [
21357
- "ChatBotApiChatbotApiBABF9B87",
21358
- "GraphQLUrl",
21419
+ "Fn::Join": [
21420
+ "",
21421
+ [
21422
+ """,
21423
+ {
21424
+ "Fn::GetAtt": [
21425
+ "ChatBotApiChatbotApiBABF9B87",
21426
+ "GraphQLUrl",
21427
+ ],
21428
+ },
21429
+ """,
21430
+ ],
21359
21431
],
21360
21432
},
21361
21433
"<<marker:0xbaba:8>>": {
21362
- "Ref": "AWS::Region",
21434
+ "Fn::Join": [
21435
+ "",
21436
+ [
21437
+ """,
21438
+ {
21439
+ "Ref": "AWS::Region",
21440
+ },
21441
+ """,
21442
+ ],
21443
+ ],
21363
21444
},
21364
21445
},
21365
21446
],
You can’t perform that action at this time.
0 commit comments