You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/index.mdx
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,14 @@ dependencies {
106
106
Please add `aspectjVersion = '1.9.6'` to the `gradle.properties` file. The aspectj plugin works at the moment with gradle 5.x only if
107
107
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.
108
108
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
+
109
117
## Environment variables
110
118
111
119
**Environment variables** used across suite of utilities.
0 commit comments