The
cdk.jsonfile tells the CDK Toolkit how to execute your app.
To bootstrap an environment (needs to run only once):
make bootstrapNote: will use AWS default account and region as configure on yout credentials file. Run
make envto print your account and region.
To build the application and then synthesize it (run it before every update):
make synthTo deploy the changes:
make deploySimply running make or make all will run both make synth and make deploy in order. See the Makefile for more details.
This personal project uses my fdr.one domain, and requires an existing public domain.
The idea behind this project is to host personal URL shortener, relying only on AWS and Cloudflare Free Tier (unfortunately I still have to pay for the domain fdr.one, which costs me about 9 USD/year).
To view AWS Free Tier usage click here.