File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 33This directory holds example projects demoing different components of the Powertools for AWS Lambda (Java).
44Each 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
5252You 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
5667If you prefer to use an integrated development environment (IDE) to build and test your application, you can use the AWS Toolkit.
You can’t perform that action at this time.
0 commit comments