consul-kv-backup-lambda
Requirements
- AWS CLI - Install the AWS CLI and [configure it with your AWS credentials].
- SAM CLI - Install the SAM CLI
- Node.js - Install Node.js 10, including the NPM package management tool.
- Docker - Install Docker community edition
Deploy application
$ npm run deploy <env>
Use the SAM CLI to build and test locally
$ npm run test
Fetch Lambda function logs
$ npm run logs <env>
Cleanup
$ npm run destroy <env>