File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 3
3
This directory holds example projects demoing different components of the Powertools for AWS Lambda (Java).
4
4
Each example can be copied from its subdirectory and used independently of the rest of this repository.
5
5
6
- ## The Examples
6
+ ## Examples
7
7
8
8
* [ powertools-examples-core] ( powertools-examples-core ) - Demonstrates the core logging, tracing, and metrics modules
9
9
* [ 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
51
51
52
52
You can find your API Gateway Endpoint URL in the output values displayed after deployment.
53
53
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
+
54
65
### SAM - Other Tools
55
66
56
67
If 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