This repository will contain a series of examples that will dig into using popular AWS services. Each example will be paired with a blog post on the LocalStack blog. Currently, the only examples are emulating SES and SQS on LocalStack.
- A valid LocalStack for AWS license. Your license provides a
LOCALSTACK_AUTH_TOKENto activate LocalStack. - LocalStack CLI installed
- LocalStack's AWS CDK wrapper
cdklocalinstalled - LocalStack's AWS CLI wrapper
awslocalinstalled - Node.js and npm installed
Export your auth token before starting:
export LOCALSTACK_AUTH_TOKEN=<your-auth-token>This project is licensed under the Apache License 2.0 - see the LICENSE file for details.