Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 1.52 KB

File metadata and controls

27 lines (16 loc) · 1.52 KB

Cookiecutter SAM for Lambda functions with AWS Lambda Powertools Java

This is a Cookiecutter template to create a Serverless App based on Serverless Application Model (SAM) and Java with Lambda Powertools Java.

It is important to note that you should not try to git clone this project but use SAM CLI instead as {{cookiecutter.project_slug}} will be rendered based on your input and therefore all variables and files will be rendered properly.

Usage

Generate a new SAM based Serverless App: sam init --location gh:aws-samples/cookiecutter-aws-sam-powertools-java

You'll be prompted a few questions to help this cookiecutter template to scaffold this project and after its completed you should see a new folder at your current path with the name of the project you gave as input.

Options

Option Description
runtime You can choose the target runtime among available Lambda Java runtimes
dependency_manager You can choose between Maven and Gradle to manage dependencies for the generated project

Credits

License

This project is licensed under the terms of the MIT License with no attribution