File tree 9 files changed +665
-246
lines changed
9 files changed +665
-246
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,18 @@ updates:
36
36
- dependency-name : " @middy/core"
37
37
update-types : [ "version-update:semver-major" ]
38
38
groups :
39
- aws-sdk :
39
+ aws-sdk-v3 :
40
40
patterns :
41
- - " @aws-sdk/** "
42
- - " @smithy/** "
41
+ - " @aws-sdk/*"
42
+ - " @smithy/*"
43
43
- " aws-sdk-client-mock"
44
44
- " aws-sdk-client-mock-jest"
45
45
aws-cdk :
46
46
patterns :
47
- - " @aws-cdk/** "
47
+ - " @aws-cdk/*"
48
48
- " aws-cdk-lib"
49
49
- " aws-cdk"
50
+ typedoc :
51
+ patterns :
52
+ - " typedoc"
53
+ - " typedoc-plugin-*"
Original file line number Diff line number Diff line change 43
43
44
44
# Upload the results to GitHub's code scanning dashboard.
45
45
- name : " Upload to code-scanning"
46
- uses : github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
46
+ uses : github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
47
47
with :
48
48
sarif_file : results.sarif
Original file line number Diff line number Diff line change 41
41
" us-west-2" ,
42
42
" ap-east-1" ,
43
43
" ap-south-1" ,
44
+ " ap-south-2" ,
44
45
" ap-northeast-1" ,
45
46
" ap-northeast-2" ,
46
47
" ap-northeast-3" ,
57
58
" eu-south-2" ,
58
59
" eu-north-1" ,
59
60
" sa-east-1" ,
61
+ " me-central-1" ,
60
62
" me-south-1" ,
61
63
" il-central-1" ,
62
64
]
Original file line number Diff line number Diff line change @@ -260,6 +260,7 @@ You can use the Lambda Layer both with CommonJS and ESM (ECMAScript modules) for
260
260
| ` us-west-1 ` | [ arn:aws:lambda:us-west-1:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:8] ( # ) {: .copyMe}:clipboard : |
261
261
| ` us-west-2 ` | [ arn:aws:lambda:us-west-2:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:8] ( # ) {: .copyMe}:clipboard : |
262
262
| ` ap-south-1 ` | [ arn:aws:lambda:ap-south-1:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:8] ( # ) {: .copyMe}:clipboard : |
263
+ | ` ap-south-2 ` | [ arn:aws:lambda:ap-south-2:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:8] ( # ) {: .copyMe}:clipboard : |
263
264
| ` ap-east-1 ` | [ arn:aws:lambda:ap-east-1:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:8] ( # ) {: .copyMe}:clipboard : |
264
265
| ` ap-northeast-1 ` | [ arn:aws:lambda:ap-northeast-1:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:8] ( # ) {: .copyMe}:clipboard : |
265
266
| ` ap-northeast-2 ` | [ arn:aws:lambda:ap-northeast-2:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:8] ( # ) {: .copyMe}:clipboard : |
@@ -281,6 +282,7 @@ You can use the Lambda Layer both with CommonJS and ESM (ECMAScript modules) for
281
282
| ` sa-east-1 ` | [ arn:aws:lambda:sa-east-1:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:8] ( # ) {: .copyMe}:clipboard : |
282
283
| ` af-south-1 ` | [ arn:aws:lambda:af-south-1:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:8] ( # ) {: .copyMe}:clipboard : |
283
284
| ` me-south-1 ` | [ arn:aws:lambda:me-south-1:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:8] ( # ) {: .copyMe}:clipboard : |
285
+ | ` me-central-1 ` | [ arn:aws:lambda:me-central-1:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:8] ( # ) {: .copyMe}:clipboard : |
284
286
| ` il-central-1 ` | [ arn:aws:lambda:il-central-1:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:8] ( # ) {: .copyMe}:clipboard : |
285
287
286
288
** Want to inspect the contents of the Layer?**
Original file line number Diff line number Diff line change 41
41
"jest" : " ^29.7.0" ,
42
42
"source-map-support" : " ^0.5.21" ,
43
43
"ts-jest" : " ^29.1.5" ,
44
- "tsx" : " ^4.15.7 " ,
44
+ "tsx" : " ^4.16.0 " ,
45
45
"typescript" : " ^5.4.5"
46
46
},
47
47
"dependencies" : {
58
58
"@types/jest" : " ^29.5.12" ,
59
59
"@types/node" : " 20.14.9" ,
60
60
"constructs" : " ^10.3.0" ,
61
- "esbuild" : " ^0.21.5 " ,
61
+ "esbuild" : " ^0.23.0 " ,
62
62
"jest" : " ^29.7.0" ,
63
63
"ts-jest" : " ^29.1.5" ,
64
64
"ts-node" : " ^10.9.2" ,
Original file line number Diff line number Diff line change 38
38
"dependencies" : {
39
39
"aws-cdk" : " ^2.145.0" ,
40
40
"aws-cdk-lib" : " ^2.145.0" ,
41
- "esbuild" : " ^0.21.5 "
41
+ "esbuild" : " ^0.23.0 "
42
42
}
43
43
}
You can’t perform that action at this time.
0 commit comments