Skip to content

Commit f3c087d

Browse files
authored
add doc reference to cookiecutter-aws-sam-powertools-java (#204)
1 parent 1183182 commit f3c087d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/content/index.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,14 @@ dependencies {
106106
Please add `aspectjVersion = '1.9.6'` to the `gradle.properties` file. The aspectj plugin works at the moment with gradle 5.x only if
107107
you are using `java 8` as runtime. Please refer to [open issue](https://github.com/awslabs/aws-lambda-powertools-java/issues/146) for more details.
108108

109+
**Quick hello world examples using SAM CLI**
110+
You can use [SAM](https://aws.amazon.com/serverless/sam/) to quickly setup a serverless project including AWS Lambda Powertools Java.
111+
112+
```bash:title=hello_world.sh
113+
sam init --location gh:aws-samples/cookiecutter-aws-sam-powertools-java
114+
```
115+
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)
116+
109117
## Environment variables
110118

111119
**Environment variables** used across suite of utilities.

0 commit comments

Comments
 (0)