Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1010 Bytes

File metadata and controls

21 lines (14 loc) · 1010 Bytes

AWS Deep Dives

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.

Prerequisites

Export your auth token before starting:

export LOCALSTACK_AUTH_TOKEN=<your-auth-token>

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.