Skip to content

Latest commit

 

History

History

README.md

CDK Resources

Key Value
Services Lambda, SQS, SNS, AppSync
Integrations AWS CDK
Categories IaC; Serverless

Introduction

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.

Prerequisites

Check prerequisites

make check

Installation

make install

Start LocalStack

export LOCALSTACK_AUTH_TOKEN=<your-auth-token>
make start

Deploy the Application

make deploy

The script bootstraps and deploys the CDK app to LocalStack using cdklocal.

License

This code is available under the Apache 2.0 license.