Deploy a Serverless Golang App to AWS Fargate

preview_player
Показать описание

Learn how to create a production-ready Docker image with Golang. Then we will use that Docker Image to push it to AWS Container Registry and we will Host it to AWS Fargate.

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

If you are wondering why it is showing a React app in the end, it is because I'm reusing video parts because the logic is the same.

ScalableScripts
Автор

This was very helpful. I was able to follow perfectly and it helped me understand some basics that are going to shape my next steps. Thanks man. Very much appreciated!

DavidThorpe
Автор

The Dockerfile seems to be used for building an image used for deployment. Can it be reused for running the docker locally for development purpose?

NhatTrung