Skip to content

Commit 4c1d57f

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/redis/client-5.1.1
2 parents 1bc952b + fe01dd7 commit 4c1d57f

File tree

13 files changed

+477
-295
lines changed

13 files changed

+477
-295
lines changed

examples/app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
},
3030
"devDependencies": {
3131
"@types/aws-lambda": "^8.10.149",
32-
"@types/node": "22.15.21",
33-
"aws-cdk-lib": "^2.198.0",
32+
"@types/node": "22.15.23",
33+
"aws-cdk-lib": "^2.199.0",
3434
"constructs": "^10.4.2",
3535
"source-map-support": "^0.5.21",
3636
"tsx": "^4.19.4",
@@ -48,7 +48,7 @@
4848
"@aws-sdk/lib-dynamodb": "^3.817.0",
4949
"@middy/core": "^4.7.0",
5050
"@types/aws-lambda": "^8.10.149",
51-
"@types/node": "22.15.21",
51+
"@types/node": "22.15.23",
5252
"aws-cdk": "^2.1016.1",
5353
"constructs": "^10.4.2",
5454
"esbuild": "^0.25.5",

layers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"aws-cdk": "^2.1016.1",
45-
"aws-cdk-lib": "^2.198.0",
45+
"aws-cdk-lib": "^2.199.0",
4646
"esbuild": "^0.25.5",
4747
"tsx": "^4.19.4"
4848
}

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"devDependencies": {
5454
"@biomejs/biome": "^1.9.4",
5555
"@types/aws-lambda": "^8.10.149",
56-
"@types/node": "^22.15.21",
56+
"@types/node": "^22.15.23",
5757
"@vitest/coverage-v8": "^3.1.4",
5858
"husky": "^9.1.7",
5959
"lerna": "8.1.2",
@@ -62,7 +62,7 @@
6262
"middy4": "npm:@middy/core@^4.7.0",
6363
"middy5": "npm:@middy/core@^5.4.3",
6464
"middy6": "npm:@middy/core@^6.0.0",
65-
"typedoc": "^0.28.4",
65+
"typedoc": "^0.28.5",
6666
"typedoc-plugin-missing-exports": "^4.0.0",
6767
"typescript": "^5.8.3",
6868
"vitest": "^3.0.9"

packages/event-handler/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You can use the library in both TypeScript and JavaScript code bases.
66

77
## Intro
88

9-
Event handler for Amazon API Gateway REST and HTTP APIs, Application Loader Balancer (ALB), Lambda Function URLs, and VPC Lattice.
9+
Event handler for Amazon API Gateway REST and HTTP APIs, Application Loader Balancer (ALB), Lambda Function URLs, VPC Lattice, AWS AppSync Events APIs, and Amazon Bedrock Agent Functions.
1010

1111
## Usage
1212

@@ -102,6 +102,8 @@ export const handler = async (event, context) =>
102102
app.resolve(event, context);
103103
```
104104

105+
## Bedrock Agent Functions
106+
105107
See the [documentation](https://docs.powertools.aws.dev/lambda/typescript/latest/features/event-handler/appsync-events) for more details on how to use the AppSync event handler.
106108

107109
## Contribute

0 commit comments

Comments
 (0)