raulanatol / cdk-example

CDK Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CDK-Example project

Requirements

1 - AWS Command Line Interface

2 - AWS CLI configured

aws configure

3 - AWS CDK

npm install -g aws-cdk

Initial setup

cdk bootstrap
make init

How to plan the architecture

make plan

About

CDK Example


Languages

Language:JavaScript 37.3%Language:TypeScript 22.5%Language:Makefile 17.4%Language:HTML 12.7%Language:Shell 10.1%