Skip to content

Commit 0671bbe

Browse files
authored
1 parent 8548397 commit 0671bbe

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

examples/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This directory holds example projects demoing different components of the Powertools for AWS Lambda (Java).
44
Each example can be copied from its subdirectory and used independently of the rest of this repository.
55

6-
## The Examples
6+
## Examples
77

88
* [powertools-examples-core](powertools-examples-core) - Demonstrates the core logging, tracing, and metrics modules
99
* [powertools-examples-idempotency](powertools-examples-idempotency) - An idempotent HTTP API
@@ -51,6 +51,17 @@ The first command will build the source of your application. The second command
5151

5252
You can find your API Gateway Endpoint URL in the output values displayed after deployment.
5353

54+
### External examples
55+
56+
You can find more examples in the https://github.com/aws/aws-sam-cli-app-templates project:
57+
58+
* [Java 8 + Maven](https://github.com/aws/aws-sam-cli-app-templates/tree/master/java8/hello-pt-maven)
59+
* [Java 8 on Amazon Linux 2 + Maven](https://github.com/aws/aws-sam-cli-app-templates/tree/master/java8.al2/hello-pt-maven)
60+
* [Java 11 + Maven](https://github.com/aws/aws-sam-cli-app-templates/tree/master/java11/hello-pt-maven)
61+
* [Java 17 + Maven](https://github.com/aws/aws-sam-cli-app-templates/tree/master/java17/hello-pt-maven)
62+
* [Java 17 + Gradle](https://github.com/aws/aws-sam-cli-app-templates/tree/master/java17/hello-pt-gradle)
63+
64+
5465
### SAM - Other Tools
5566

5667
If you prefer to use an integrated development environment (IDE) to build and test your application, you can use the AWS Toolkit.

0 commit comments

Comments
 (0)