Skip to content

Commit d7cf56c

Browse files
authored
Merge branch 'main' into fix/preserve-transform-stack
2 parents 92f397c + 0157499 commit d7cf56c

File tree

14 files changed

+473
-291
lines changed

14 files changed

+473
-291
lines changed

examples/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"@types/aws-lambda": "^8.10.149",
3232
"@types/node": "22.15.23",
33-
"aws-cdk-lib": "^2.198.0",
33+
"aws-cdk-lib": "^2.199.0",
3434
"constructs": "^10.4.2",
3535
"source-map-support": "^0.5.21",
3636
"tsx": "^4.19.4",

examples/snippets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@aws-sdk/client-ssm": "^3.817.0",
4040
"@aws-sdk/util-dynamodb": "^3.817.0",
4141
"@middy/core": "^4.7.0",
42-
"@redis/client": "^5.1.0",
42+
"@redis/client": "^5.1.1",
4343
"@valkey/valkey-glide": "^1.3.4",
4444
"aws-sdk": "^2.1692.0",
4545
"aws-sdk-client-mock": "^4.1.0",

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: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)