File tree Expand file tree Collapse file tree 19 files changed +1239
-1131
lines changed Expand file tree Collapse file tree 19 files changed +1239
-1131
lines changed Original file line number Diff line number Diff line change 1
1
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/blob/v0.212.0/containers/javascript-node/.devcontainer/base.Dockerfile
2
- FROM mcr.microsoft.com/vscode/devcontainers/javascript-node@sha256:ee45bc4188a3804b597f707ceeaea98c59f118722d40094eaba3d71ca00fd3c8
2
+ FROM mcr.microsoft.com/vscode/devcontainers/javascript-node@sha256:1ab856e1911cc980d1439b0758f8772236b539da67b79a82f8248ce014c37c8c
3
3
4
4
# Install fnm to manage Node.js versions
5
5
RUN curl -fsSL https://fnm.vercel.app/install -o /tmp/install \
Original file line number Diff line number Diff line change 54
54
uses : aws-powertools/actions/.github/actions/cached-node-modules@29979bc5339bf54f76a11ac36ff67701986bb0f0
55
55
- id : credentials
56
56
name : AWS Credentials
57
- uses : aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722
57
+ uses : aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5
58
58
with :
59
59
aws-region : ${{ inputs.region }}
60
60
role-to-assume : ${{ secrets.REGION_IAM_ROLE }}
81
81
steps :
82
82
- id : credentials
83
83
name : AWS Credentials
84
- uses : aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722
84
+ uses : aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5
85
85
with :
86
86
aws-region : us-east-1
87
87
role-to-assume : ${{ secrets.REGION_IAM_ROLE }}
Original file line number Diff line number Diff line change 42
42
statuses : read
43
43
steps :
44
44
- name : Configure AWS credentials
45
- uses : aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1 .0
45
+ uses : aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2 .0
46
46
with :
47
47
aws-region : eu-central-1
48
48
role-to-assume : ${{ secrets.AWS_ANALYTICS_ROLE_ARN }}
Original file line number Diff line number Diff line change 43
43
steps :
44
44
- id : credentials
45
45
name : AWS Credentials
46
- uses : aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722
46
+ uses : aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5
47
47
with :
48
48
aws-region : us-east-1
49
49
role-to-assume : ${{ secrets.REGION_IAM_ROLE }}
Original file line number Diff line number Diff line change 50
50
environment : Prod (Readonly)
51
51
steps :
52
52
- name : Configure AWS Credentials
53
- uses : aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1 .0
53
+ uses : aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2 .0
54
54
with :
55
55
role-to-assume : ${{ secrets.AWS_IAM_ROLE }}
56
56
aws-region : us-east-1
89
89
run : |
90
90
echo 'CONVERTED_REGION=${{ matrix.region }}' | tr 'a-z\-' 'A-Z_' >> "$GITHUB_OUTPUT"
91
91
- name : Configure AWS Credentials
92
- uses : aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1 .0
92
+ uses : aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2 .0
93
93
with :
94
94
role-to-assume : ${{ secrets[format('IAM_ROLE_{0}', steps.transform.outputs.CONVERTED_REGION)] }}
95
95
aws-region : ${{ matrix.region}}
Original file line number Diff line number Diff line change 47
47
environment : Prod (Readonly)
48
48
steps :
49
49
- name : Configure AWS Credentials
50
- uses : aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1 .0
50
+ uses : aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2 .0
51
51
with :
52
52
role-to-assume : ${{ secrets.AWS_IAM_ROLE }}
53
53
aws-region : us-east-1
@@ -101,7 +101,7 @@ jobs:
101
101
run : |
102
102
echo 'CONVERTED_REGION=${{ matrix.region }}' | tr 'a-z\-' 'A-Z_' >> "$GITHUB_OUTPUT"
103
103
- name : Configure AWS Credentials
104
- uses : aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1 .0
104
+ uses : aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2 .0
105
105
with :
106
106
role-to-assume : ${{ secrets[format('IAM_ROLE_{0}', steps.transform.outputs.CONVERTED_REGION)] }}
107
107
aws-region : ${{ matrix.region}}
Original file line number Diff line number Diff line change 69
69
- name : checkout
70
70
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
71
71
- name : aws credentials
72
- uses : aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1 .0
72
+ uses : aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2 .0
73
73
with :
74
74
aws-region : ${{ matrix.region }}
75
75
role-to-assume : ${{ secrets.target-account-role }}
Original file line number Diff line number Diff line change 83
83
rm -rf site
84
84
mkdocs build
85
85
- name : Configure AWS credentials
86
- uses : aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1 .0
86
+ uses : aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2 .0
87
87
with :
88
88
aws-region : us-east-1
89
89
role-to-assume : ${{ secrets.AWS_DOCS_ROLE_ARN }}
Original file line number Diff line number Diff line change 67
67
with :
68
68
nodeVersion : ' 22'
69
69
- name : Setup AWS credentials
70
- uses : aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1 .0
70
+ uses : aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2 .0
71
71
with :
72
72
role-to-assume : ${{ secrets.AWS_ROLE_ARN_TO_ASSUME }}
73
73
aws-region : eu-west-1
Original file line number Diff line number Diff line change 93
93
run : |
94
94
echo 'CONVERTED_REGION=${{ matrix.region }}' | tr 'a-z\-' 'A-Z_' >> "$GITHUB_OUTPUT"
95
95
- id : creds
96
- uses : aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722
96
+ uses : aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5
97
97
with :
98
98
aws-region : ${{ matrix.region }}
99
99
role-to-assume : ${{ secrets[format('{0}', steps.transform.outputs.CONVERTED_REGION)] }}
Original file line number Diff line number Diff line change 29
29
},
30
30
"devDependencies" : {
31
31
"@types/aws-lambda" : " ^8.10.149" ,
32
- "@types/node" : " 22.15.12 " ,
32
+ "@types/node" : " 22.15.14 " ,
33
33
"aws-cdk-lib" : " ^2.194.0" ,
34
34
"constructs" : " ^10.4.2" ,
35
35
"source-map-support" : " ^0.5.21" ,
44
44
"@aws-lambda-powertools/metrics" : " ^2.19.1" ,
45
45
"@aws-lambda-powertools/parameters" : " ^2.19.1" ,
46
46
"@aws-lambda-powertools/tracer" : " ^2.19.1" ,
47
- "@aws-sdk/client-ssm" : " ^3.803 .0" ,
48
- "@aws-sdk/lib-dynamodb" : " ^3.803 .0" ,
47
+ "@aws-sdk/client-ssm" : " ^3.804 .0" ,
48
+ "@aws-sdk/lib-dynamodb" : " ^3.804 .0" ,
49
49
"@middy/core" : " ^4.7.0" ,
50
50
"@types/aws-lambda" : " ^8.10.149" ,
51
- "@types/node" : " 22.15.12 " ,
51
+ "@types/node" : " 22.15.14 " ,
52
52
"aws-cdk" : " ^2.1013.0" ,
53
53
"constructs" : " ^10.4.2" ,
54
54
"esbuild" : " ^0.25.4" ,
Original file line number Diff line number Diff line change 33
33
"@aws-lambda-powertools/parameters" : " ^2.19.1" ,
34
34
"@aws-lambda-powertools/parser" : " ^2.19.1" ,
35
35
"@aws-lambda-powertools/tracer" : " ^2.19.1" ,
36
- "@aws-sdk/client-appconfigdata" : " ^3.803 .0" ,
37
- "@aws-sdk/client-dynamodb" : " ^3.803 .0" ,
38
- "@aws-sdk/client-secrets-manager" : " ^3.803 .0" ,
39
- "@aws-sdk/client-ssm" : " ^3.803 .0" ,
40
- "@aws-sdk/util-dynamodb" : " ^3.803 .0" ,
36
+ "@aws-sdk/client-appconfigdata" : " ^3.804 .0" ,
37
+ "@aws-sdk/client-dynamodb" : " ^3.804 .0" ,
38
+ "@aws-sdk/client-secrets-manager" : " ^3.804 .0" ,
39
+ "@aws-sdk/client-ssm" : " ^3.804 .0" ,
40
+ "@aws-sdk/util-dynamodb" : " ^3.804 .0" ,
41
41
"@middy/core" : " ^4.7.0" ,
42
42
"aws-sdk" : " ^2.1692.0" ,
43
43
"aws-sdk-client-mock" : " ^4.1.0" ,
You can’t perform that action at this time.
0 commit comments