Simple demo application illustrating deployment of AWS CDK resources locally using LocalStack.
To install the dependencies:
make install
Make sure that LocalStack is started:
LOCALSTACK_API_KEY=... DEBUG=1 localstack start
Bootstrap and deploy the CDK app locally:
cdklocal bootstrap
cdklocal deploy
More details following soon.
This code is available under the Apache 2.0 license.