Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 788 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 788 Bytes

Shortly

Local Docker Compose Deploy

git clone https://github.com/luiscib3r/shortly.git
docker compose up

AWS Deploy (Deprecated)

Set CDK context

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 commands

  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk synth emits the synthesized CloudFormation template

Infrastructure Diagram

Infrastructure Architecture