Skip to content

kaungmyathan22/golang-serverless-fargate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang websever deployment to aws fargate

Login to ecr

    aws ecr get-login-password --region ap-southeast-1 | docker login --username AWS --password-stdin <your-ecr-registry-url>

Tag container

    docker tag go-web-app:slim <your-ecr-registry-url>/go-web-app

Push to ECR

    docker push <your-ecr-registry-url>/golang_webapp

About

Running go web service with fargate and ecr

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published