Deploy NodeJS Microservice on AWS App Runner with Github Actions

preview_player
Показать описание
Chapters
00:00 - Introduction
01:00 - What is AWS App Runner and explanation of Github Actions pipeline
05:55 - Add GitHub Actions in NodeJS Repo and deploy to AWS App Runner
15:22 - IAM Roles setup for Github Actions to access AWS Resources via Github OIDC Provider
18:40 - AWS App Runner Configuration Settings
21:40 - Push Change to Github Repo and Trigger Github Actions to see deployment in real time

Рекомендации по теме
Комментарии
Автор

Where is the code ? You should mention Gihub repo URL to get the code for practice.

ajinkyaraorane
Автор

Bro my nodejs app has a .env file and I don't want to expose my secrets in the github repository. I need to pass this .env file to my app. can you please help me. I want to deploy my nodejs app in this fashion.

KaranChauhan-fudy