A minimal example of AWS Fargate with AWS CDK and GitHub actions.
- Spawns AWS Fargate cluster on your AWS account
- Builds a simple http echo service with Golang
- Automates blueprint delivery with GitHub Actions pipeline
npm install
npm run tsc
npm run test
npm run -- cdk synth
npm run -- cdk deploy