FGtatsuro / aws-cdk-trial

Trial of AWS CDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-cdk-trial

Trial of AWS CDK

Prerequisite

Recommendations

Development

Build

$ make lint fmt build

Test

$ make test

Deployment

# Check if we need
$ make cdk/synth
$ aws-vault exec {profile of IAM user} -- make cdk/diff

$ aws-vault exec {profile of IAM user} -- make deploy

About

Trial of AWS CDK

License:MIT License


Languages

Language:TypeScript 50.1%Language:JavaScript 25.0%Language:Makefile 24.9%