Skip to content

mhmtbtn/update-golang-lambda-function-with-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Update Golang Lambda Functions with Docker

By using this repository, you can update your lambda functions without installing golang or aws-cli on any operating system.

Requirements

You just need to have Docker installed.

Usage

Edit the main.go file. Type your information in the your_aws_acces_key_id, your_aws_region and your_aws_secret_access_key fields in the Dockerfile.

And run the following command in your working directory:

docker build -t mhmtbtn/hello .

That is all...

About

Update Golang Lambda Function With Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published