Skip to content

Commit 76ec6da

Browse files
authored
Merge branch 'main' into dependabot/maven/aws.sdk.version-2.34.5
2 parents 4869b20 + e2707c5 commit 76ec6da

22 files changed

Lines changed: 25 additions & 25 deletions

File tree

.github/workflows/check-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
fetch-depth: 0
9797
- name: Get changed files
9898
id: changed-files
99-
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5
99+
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0
100100
with:
101101
files: |
102102
powertools-*/**

docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM squidfunk/mkdocs-material@sha256:209b62dd9530163cc5cf9a49853b5bb8570ffb3f3b5fe4eadc1d319bbda5ce2f
1+
FROM squidfunk/mkdocs-material@sha256:86d21da4f45f16e30774bf911e5b4795da13ce0cd197dbf8d3d059f256b2cc37
22

33
COPY requirements.txt /tmp/
44
RUN pip install --require-hashes -r /tmp/requirements.txt

docs/core/logging.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,9 @@ There are some other environment variables which can be set to modify Logging's
209209
| Environment variable | Type | Description |
210210
|---------------------------------|----------|-------------------------------------------------------------------------------------------------------------------------|
211211
| `POWERTOOLS_LOGGER_SAMPLE_RATE` | float | Configure the sampling rate at which `DEBUG` logs should be included. See [sampling rate](#sampling-debug-logs) |
212-
| `POWERTOOLS_LOG_EVENT` | boolean | Specify if the incoming Lambda event should be logged. See [Logging event](#logging-incoming-event) |
213-
| `POWERTOOLS_LOG_RESPONSE` | boolean | Specify if the Lambda response should be logged. See [logging response](#logging-handler-response) |
214-
| `POWERTOOLS_LOG_ERROR` | boolean | Specify if a Lambda uncaught exception should be logged. See [logging exception](#logging-handler-uncaught-exception ) |
212+
| `POWERTOOLS_LOGGER_LOG_EVENT` | boolean | Specify if the incoming Lambda event should be logged. See [Logging event](#logging-incoming-event) |
213+
| `POWERTOOLS_LOGGER_LOG_RESPONSE` | boolean | Specify if the Lambda response should be logged. See [logging response](#logging-handler-response) |
214+
| `POWERTOOLS_LOGGER_LOG_ERROR` | boolean | Specify if a Lambda uncaught exception should be logged. See [logging exception](#logging-handler-uncaught-exception ) |
215215

216216
#### Logging configuration
217217

examples/powertools-examples-batch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.amazonaws</groupId>
3838
<artifactId>aws-lambda-java-core</artifactId>
39-
<version>1.3.0</version>
39+
<version>1.4.0</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>software.amazon.awssdk</groupId>

examples/powertools-examples-cloudformation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<properties>
1313
<maven.compiler.source>11</maven.compiler.source>
1414
<maven.compiler.target>11</maven.compiler.target>
15-
<lambda.core.version>1.3.0</lambda.core.version>
15+
<lambda.core.version>1.4.0</lambda.core.version>
1616
<lambda.events.version>3.16.1</lambda.events.version>
1717
<aws.sdk.version>2.34.5</aws.sdk.version>
1818
<aspectj.version>1.9.20.1</aspectj.version>

examples/powertools-examples-core-utilities/cdk/app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.amazonaws</groupId>
3838
<artifactId>aws-lambda-java-core</artifactId>
39-
<version>1.3.0</version>
39+
<version>1.4.0</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>com.amazonaws</groupId>

examples/powertools-examples-core-utilities/sam-graalvm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.amazonaws</groupId>
3636
<artifactId>aws-lambda-java-core</artifactId>
37-
<version>1.3.0</version>
37+
<version>1.4.0</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>com.amazonaws</groupId>

examples/powertools-examples-core-utilities/sam/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>com.amazonaws</groupId>
3535
<artifactId>aws-lambda-java-core</artifactId>
36-
<version>1.3.0</version>
36+
<version>1.4.0</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>com.amazonaws</groupId>

examples/powertools-examples-core-utilities/serverless/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>com.amazonaws</groupId>
3535
<artifactId>aws-lambda-java-core</artifactId>
36-
<version>1.3.0</version>
36+
<version>1.4.0</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>com.amazonaws</groupId>

examples/powertools-examples-core-utilities/terraform/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>com.amazonaws</groupId>
3535
<artifactId>aws-lambda-java-core</artifactId>
36-
<version>1.3.0</version>
36+
<version>1.4.0</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>com.amazonaws</groupId>

0 commit comments

Comments
 (0)