git clone https://github.com/luiscib3r/shortly.git
docker compose up
git clone https://github.com/luiscib3r/shortly.git
cp cdk.context.example.json cdk.context.json
Edit cdk.context.json
and set your values:
Example
{
"ShortlyStack:hostedZoneName": "yourdomain.com",
"ShortlyStack:domainName": "link.yourdomain.com"
}
then
cdk deploy
cdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk synth
emits the synthesized CloudFormation template