Skip to content

Commit 72e689d

Browse files
committed
Add note in java-events pointing to java-events-v1sdk examples if necessary
1 parent 5d32fdd commit 72e689d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sample-apps/java-events/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This sample application shows the use of the `aws-lambda-java-events` library with various event types. To keep the deployment size minimal, it includes only types that can be used without adding the AWS SDK as a dependency. A separate handler class is defined for each input type.
44

5+
**Note: To use these examples, you must be using version 3.0.0 or newer of the `aws-lambda-java-events` dependency.** If you are on an older version, see the [`java-events-v1sdk` package](https://github.com/awsdocs/aws-lambda-developer-guide/tree/main/sample-apps/java-events-v1sdk) for deprecated examples. If possible, update your `aws-lambda-java-events` dependency to version 3.0.0 or newer.
6+
57
![Architecture](/sample-apps/java-events/images/sample-java-events.png)
68

79
The project includes function code and supporting resources:

0 commit comments

Comments
 (0)