Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 694 Bytes

File metadata and controls

39 lines (27 loc) · 694 Bytes

LocalStack Demo: Deploying Resources via CDK

Simple demo application illustrating deployment of AWS CDK resources locally using LocalStack.

Prerequisites

Installing

To install the dependencies:

make install

Starting LocalStack

Make sure that LocalStack is started:

LOCALSTACK_AUTH_TOKEN=... DEBUG=1 localstack start

Running

Bootstrap and deploy the CDK app locally:

cdklocal bootstrap
cdklocal deploy

More details following soon.

License

This code is available under the Apache 2.0 license.