CDK app that deploys the NGINX image from Docker Hub to AWS App Runner using ECR pull-through cache.
- cdk-aws-ecs-dockerhub-cache - Uses ECS instead of App Runner.
- AWS:
- Must have authenticated with Default Credentials in your local environment.
- Must have completed the CDK bootstrapping for the target AWS environment.
- Docker Hub:
- Must have set the
DOCKERHUB_USERNAME
andDOCKERHUB_ACCESS_TOKEN
variables in your local environment.
- Must have set the
- Node.js + npm:
- Must be installed in your system.
npx projen install
npx projen deploy
npx projen destroy