Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.22 KB

File metadata and controls

27 lines (19 loc) · 1.22 KB

Powertools for AWS Lambda (Java) - Cloudformation Custom Resource Example

This project contains an example of Lambda function using the CloudFormation module of Powertools for AWS Lambda in Java. For more information on this module, please refer to the documentation.

Deploy the sample application

This sample can be used either with the Serverless Application Model (SAM) or with CDK.

Deploy with SAM CLI

To deploy it using the SAM CLI, check out the instructions for getting started in the examples directory

Deploy with CDK

To use CDK you need the following tools.

To build and deploy this application for the first time, run the following in your shell:

cd infra/cdk
mvn package
cdk synth
cdk deploy -c BucketNameParam=my-unique-bucket-20230718