Skip to content

Commit db715b7

Browse files
authored
Merge branch 'main' into feat/drop_nodejs16x
2 parents e3b5c81 + 4ec3dcd commit db715b7

File tree

9 files changed

+665
-246
lines changed

9 files changed

+665
-246
lines changed

.github/dependabot.yml

+8-4
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,18 @@ updates:
3636
- dependency-name: "@middy/core"
3737
update-types: [ "version-update:semver-major" ]
3838
groups:
39-
aws-sdk:
39+
aws-sdk-v3:
4040
patterns:
41-
- "@aws-sdk/**"
42-
- "@smithy/**"
41+
- "@aws-sdk/*"
42+
- "@smithy/*"
4343
- "aws-sdk-client-mock"
4444
- "aws-sdk-client-mock-jest"
4545
aws-cdk:
4646
patterns:
47-
- "@aws-cdk/**"
47+
- "@aws-cdk/*"
4848
- "aws-cdk-lib"
4949
- "aws-cdk"
50+
typedoc:
51+
patterns:
52+
- "typedoc"
53+
- "typedoc-plugin-*"

.github/workflows/ossf_scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343

4444
# Upload the results to GitHub's code scanning dashboard.
4545
- 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
4747
with:
4848
sarif_file: results.sarif

.github/workflows/reusable_deploy_layer_stack.yml

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
"us-west-2",
4242
"ap-east-1",
4343
"ap-south-1",
44+
"ap-south-2",
4445
"ap-northeast-1",
4546
"ap-northeast-2",
4647
"ap-northeast-3",
@@ -57,6 +58,7 @@ jobs:
5758
"eu-south-2",
5859
"eu-north-1",
5960
"sa-east-1",
61+
"me-central-1",
6062
"me-south-1",
6163
"il-central-1",
6264
]

docs/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ You can use the Lambda Layer both with CommonJS and ESM (ECMAScript modules) for
260260
| `us-west-1` | [arn:aws:lambda:us-west-1:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:8](#){: .copyMe}:clipboard: |
261261
| `us-west-2` | [arn:aws:lambda:us-west-2:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:8](#){: .copyMe}:clipboard: |
262262
| `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: |
263264
| `ap-east-1` | [arn:aws:lambda:ap-east-1:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:8](#){: .copyMe}:clipboard: |
264265
| `ap-northeast-1` | [arn:aws:lambda:ap-northeast-1:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:8](#){: .copyMe}:clipboard: |
265266
| `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
281282
| `sa-east-1` | [arn:aws:lambda:sa-east-1:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:8](#){: .copyMe}:clipboard: |
282283
| `af-south-1` | [arn:aws:lambda:af-south-1:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:8](#){: .copyMe}:clipboard: |
283284
| `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: |
284286
| `il-central-1` | [arn:aws:lambda:il-central-1:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:8](#){: .copyMe}:clipboard: |
285287

286288
**Want to inspect the contents of the Layer?**

examples/app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"jest": "^29.7.0",
4242
"source-map-support": "^0.5.21",
4343
"ts-jest": "^29.1.5",
44-
"tsx": "^4.15.7",
44+
"tsx": "^4.16.0",
4545
"typescript": "^5.4.5"
4646
},
4747
"dependencies": {
@@ -58,7 +58,7 @@
5858
"@types/jest": "^29.5.12",
5959
"@types/node": "20.14.9",
6060
"constructs": "^10.3.0",
61-
"esbuild": "^0.21.5",
61+
"esbuild": "^0.23.0",
6262
"jest": "^29.7.0",
6363
"ts-jest": "^29.1.5",
6464
"ts-node": "^10.9.2",

layers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"dependencies": {
3939
"aws-cdk": "^2.145.0",
4040
"aws-cdk-lib": "^2.145.0",
41-
"esbuild": "^0.21.5"
41+
"esbuild": "^0.23.0"
4242
}
4343
}

0 commit comments

Comments
 (0)