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

This project provides cookiecutter templates to be used by AWS SAM to setup init a project with AWS lambda powertools for java setup

License

Notifications You must be signed in to change notification settings

aws-samples/cookiecutter-aws-sam-powertools-java

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

About

This project provides cookiecutter templates to be used by AWS SAM to setup init a project with AWS lambda powertools for java setup

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published