Skip to content

Files

Latest commit

cd1ccea · May 21, 2024

History

History

cdk-resources

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 15, 2021
Jan 15, 2021
May 17, 2022
Jan 15, 2021
Jan 15, 2021
Jan 15, 2021
May 21, 2024
Jan 15, 2021
Jan 15, 2021
Jul 4, 2022
Jul 4, 2022
Jan 15, 2021

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.