You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,9 @@ You can use [SAM](https://aws.amazon.com/serverless/sam/) to quickly setup a ser
36
36
37
37
For more information about the project and available options refer to this [repository](https://github.com/aws-samples/cookiecutter-aws-sam-powertools-java/blob/main/README.md)
38
38
39
+
!!! note "Using Java 9 or later?"
40
+
If you are working with lambda function on runtime **Java 9 or later**, please refer **[issue](https://github.com/awslabs/aws-lambda-powertools-java/issues/50)** for a workaround.
@@ -98,7 +101,6 @@ For more information about the project and available options refer to this [repo
98
101
</plugins>
99
102
</build>
100
103
```
101
-
**Note:** If you are working with lambda function on runtime post java8, please refer [issue](https://github.com/awslabs/aws-lambda-powertools-java/issues/50) for workaround.
Copy file name to clipboardExpand all lines: docs/utilities/batch.md
+3
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,9 @@ are returned to the queue.
25
25
26
26
To install this utility, add the following dependency to your project.
27
27
28
+
!!! note "Using Java 9 or later?"
29
+
If you are working with lambda function on runtime **Java 9 or later**, please refer **[issue](https://github.com/awslabs/aws-lambda-powertools-java/issues/50)** for a workaround.
Copy file name to clipboardExpand all lines: docs/utilities/sqs_large_message_handling.md
+14-16
Original file line number
Diff line number
Diff line change
@@ -33,23 +33,21 @@ This utility is compatible with versions *[1.1.0+](https://github.com/awslabs/am
33
33
34
34
To install this utility, add the following dependency to your project.
35
35
36
-
=== "Maven"
37
-
```xml
38
-
<dependency>
39
-
<groupId>software.amazon.lambda</groupId>
40
-
<artifactId>powertools-sqs</artifactId>
41
-
<version>1.3.0</version>
42
-
</dependency>
43
-
```
36
+
!!! note "Using Java 9 or later?"
37
+
If you are working with lambda function on runtime **Java 9 or later**, please refer **[issue](https://github.com/awslabs/aws-lambda-powertools-java/issues/50)** for a workaround.
44
38
45
-
=== "Maven Configuration"
46
-
47
-
Configure the aspectj-maven-plugin to compile-time weave (CTW) the
48
-
aws-lambda-powertools-java aspects into your project. You may already have this
49
-
plugin in your pom. In that case add the dependency to the `aspectLibraries`
Copy file name to clipboardExpand all lines: docs/utilities/validation.md
+9-11
Original file line number
Diff line number
Diff line change
@@ -15,23 +15,21 @@ This utility provides JSON Schema validation for payloads held within events and
15
15
16
16
To install this utility, add the following dependency to your project.
17
17
18
+
!!! note "Using Java 9 or later?"
19
+
If you are working with lambda function on runtime **Java 9 or later**, please refer **[issue](https://github.com/awslabs/aws-lambda-powertools-java/issues/50)** for a workaround.
Copy file name to clipboardExpand all lines: powertools-metrics/src/main/java/software/amazon/lambda/powertools/metrics/internal/LambdaMetricsAspect.java
0 commit comments