Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.1 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.1 KB

AWS CDK TypeScript examples

This repository contains examples of AWS CDK TypeScript projects.

Table of Contents

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need Node.js, npm and TypeScript installed on your machine:

Tooling

installation

Usage

For new AWS accounts, you need to bootstrap the account with the following command:

cdk bootstrap

To deploy the stack, run the following command:

cdk deploy

Contributing

We welcome community contributions to this project. Please see our Contributing guide for more details.

License

Distributed under the MIT License. See LICENSE for more information.