Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 379 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 379 Bytes

Deploying the NextJS app on ECS Fargate with CDK

CDK Setup

cd cdk
npm install
cdk bootstrap
cdk deploy --all --require-approval=never
  • This CDK does not include updating environment variables yet. We must include all variables that are required by NextJS (.env file)