You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple AWS App Runner example with pipeline actions to Dockerise an Express API, push the image to ECR and deploy an AWS App Runner service using CloudFormation.
Express API developed in Typescript and deployed to ECS Fargate that sits behind a private Application Load Balancer and exposed to the world using an Http API Gateway. This repo includes the CloudFormation template the defines all the resources.
A Jenkins CI/CD pipeline which upload to ECR 3 docker images (which i have made from a netflix clone project on github), than it applies k8s templates on a EKS cluster to run the application. (dp=devops project)