Skip to content

Commit 477594d

Browse files
authored
Merge branch 'main' into aidlc
2 parents 56fca71 + 609c891 commit 477594d

File tree

13 files changed

+624
-553
lines changed

13 files changed

+624
-553
lines changed

docs/contributing/setup.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ Unless you're using the pre-configured Cloud environment, you'll need the follow
3838
## Cloud environment
3939

4040
!!! warning "A word of caution"
41-
Before using one of the services below check out their pricing. You can find more information about each service pricing respectively on [Gitpod](https://www.gitpod.io/pricing){target="_blank" rel="nofollow"} and [GitHub Codespaces](https://docs.github.com/en/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces){target="_blank" rel="nofollow"} pages.
41+
Before using one of the services below check out their pricing.
42+
You can find more information about each service pricing respectively on [Gitpod](https://www.gitpod.io/pricing){target="_blank" rel="nofollow"} and [GitHub Codespaces](https://docs.github.com/en/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces){target="_blank" rel="nofollow"} pages.
4243

4344
Once provisioned, each Cloud environment will come with all development dependencies and tools you'll need to contribute already installed.
4445

docs/features/logger.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,8 @@ The `createChild` method allows you to create a child instance of the Logger, wh
817817

818818
Once a child logger is created, the logger and its parent will act as separate instances of the Logger class, and as such any change to one won't be applied to the other.
819819

820-
The following example shows how to create multiple Loggers that share service name and persistent attributes while specifying different logging levels within a single Lambda invocation. As the result, only ERROR logs with all the inherited attributes will be displayed in CloudWatch Logs from the child logger, but all logs emitted will have the same service name and persistent attributes.
820+
The following example shows how to create multiple Loggers that share service name and persistent attributes while specifying different logging levels within a single Lambda invocation.
821+
As the result, only ERROR logs with all the inherited attributes will be displayed in CloudWatch Logs from the child logger, but all logs emitted will have the same service name and persistent attributes.
821822

822823
=== "handler.ts"
823824

examples/app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"devDependencies": {
3232
"@types/aws-lambda": "^8.10.159",
3333
"@types/node": "24.10.2",
34-
"aws-cdk-lib": "^2.228.0",
34+
"aws-cdk-lib": "^2.232.1",
3535
"constructs": "^10.4.3",
3636
"source-map-support": "^0.5.21",
3737
"tsx": "^4.21.0",
@@ -45,8 +45,8 @@
4545
"@aws-lambda-powertools/metrics": "^2.29.0",
4646
"@aws-lambda-powertools/parameters": "^2.29.0",
4747
"@aws-lambda-powertools/tracer": "^2.29.0",
48-
"@aws-sdk/client-ssm": "^3.939.0",
49-
"@aws-sdk/lib-dynamodb": "^3.939.0",
48+
"@aws-sdk/client-ssm": "^3.947.0",
49+
"@aws-sdk/lib-dynamodb": "^3.947.0",
5050
"@middy/core": "^4.7.0",
5151
"@types/aws-lambda": "^8.10.159",
5252
"@types/node": "24.10.2",

examples/snippets/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
"@aws-lambda-powertools/parameters": "^2.29.0",
3535
"@aws-lambda-powertools/parser": "^2.29.0",
3636
"@aws-lambda-powertools/tracer": "^2.29.0",
37-
"@aws-sdk/client-appconfigdata": "^3.939.0",
38-
"@aws-sdk/client-dynamodb": "^3.939.0",
39-
"@aws-sdk/client-secrets-manager": "^3.939.0",
40-
"@aws-sdk/client-ssm": "^3.939.0",
41-
"@aws-sdk/util-dynamodb": "^3.939.0",
37+
"@aws-sdk/client-appconfigdata": "^3.947.0",
38+
"@aws-sdk/client-dynamodb": "^3.947.0",
39+
"@aws-sdk/client-secrets-manager": "^3.947.0",
40+
"@aws-sdk/client-ssm": "^3.947.0",
41+
"@aws-sdk/util-dynamodb": "^3.947.0",
4242
"@middy/core": "^4.7.0",
4343
"@redis/client": "^5.10.0",
4444
"@valkey/valkey-glide": "^2.2.1",

layers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"dependencies": {
4545
"aws-cdk": "^2.1033.0",
46-
"aws-cdk-lib": "^2.228.0",
46+
"aws-cdk-lib": "^2.232.1",
4747
"esbuild": "^0.27.1",
4848
"tsx": "^4.21.0"
4949
}

package-lock.json

Lines changed: 597 additions & 529 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
@@ -56,7 +56,7 @@
5656
"@vitest/coverage-v8": "^4.0.15",
5757
"husky": "^9.1.7",
5858
"lint-staged": "^16.2.7",
59-
"markdownlint-cli2": "^0.19.1",
59+
"markdownlint-cli2": "^0.20.0",
6060
"middy5": "npm:@middy/core@^5.4.3",
6161
"middy6": "npm:@middy/core@^6.0.0",
6262
"typedoc": "^0.28.15",

packages/idempotency/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- markdownlint-disable-next-line MD013 -->
12
# Powertools for AWS Lambda (TypeScript) - Idempotency Utility <!-- omit in toc -->
23

34
Powertools for AWS Lambda (TypeScript) is a developer toolkit to implement

packages/idempotency/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@
152152
],
153153
"devDependencies": {
154154
"@aws-lambda-powertools/testing-utils": "file:../testing",
155-
"@aws-sdk/client-dynamodb": "^3.939.0",
156-
"@aws-sdk/lib-dynamodb": "^3.939.0",
155+
"@aws-sdk/client-dynamodb": "^3.947.0",
156+
"@aws-sdk/lib-dynamodb": "^3.947.0",
157157
"aws-sdk-client-mock": "^4.1.0"
158158
}
159159
}

packages/metrics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"main": "./lib/cjs/index.js",
6767
"devDependencies": {
6868
"@aws-lambda-powertools/testing-utils": "file:../testing",
69-
"@aws-sdk/client-cloudwatch": "^3.939.0",
69+
"@aws-sdk/client-cloudwatch": "^3.947.0",
7070
"@types/promise-retry": "^1.1.3",
7171
"promise-retry": "^2.0.1"
7272
},

0 commit comments

Comments
 (0)