| Key | Value |
|---|---|
| Services | Lambda, SQS, SNS, AppSync |
| Integrations | AWS CDK |
| Categories | IaC; Serverless |
A demo application illustrating deployment of AWS resources locally using AWS CDK with LocalStack. The cdklocal wrapper is used to redirect CDK deployments to the local LocalStack endpoint.
- A valid LocalStack for AWS license. Your license provides a
LOCALSTACK_AUTH_TOKENto activate LocalStack. - Docker
localstackCLIcdklocal— install withnpm install -g aws-cdk-localawslocalCLI- Node.js with
npm
make checkmake installexport LOCALSTACK_AUTH_TOKEN=<your-auth-token>
make startmake deployThe script bootstraps and deploys the CDK app to LocalStack using cdklocal.
This code is available under the Apache 2.0 license.