Skip to content

aws-samples/aws-lambda-powertools-idempotency-examples

Lambda Power Tools for Java - Idempotency Module

This project contains examples of AWS Lambda functions using idempotency module of AWS Lambda Powertools for Java.

For more information on the module, refer to the documentation.

Project structure

Each example is located in a separate directory:

  • idempotency-api-gw - idempotent Lambda function processing requests sent to the Amazon API Gateway
  • idempotency-sqs - idempotent Lambda function processing records read from the Amazon SQS queue

Deploy the sample applications

The samples are based on Serverless Application Model (SAM) and you can use the SAM Command Line Interface (SAM CLI) to build and deploy them to your AWS account.

To use the SAM CLI, you need the following tools.

To build and deploy your application for the first time, change the directory to the example you are interested in and run the following commands in your shell.

$ sam build
$ sam deploy --guided

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages