Sign inSign up

iamfrisbee/go-serverless-aws

By iamfrisbee

Updated over 7 years ago

A Debian container with GO, serverless, and AWS SDK pre-installed

Image
0

938

iamfrisbee/go-serverless-aws repository overview

Go-serverless-AWS

A Debian container with Go, serverless, and AWS SDK installed.

Environment Variables

VariableDescription
AWS_KEYAWS access key id
AWS_SECRETAWS secret access key
AWS_REGIONAWS region name

Environment

Place your go application in /usr/src/go/src.

Example

docker run -d --name go-serverless-aws-container -v $PWD:/usr/src/go/src -e AWS_KEY=JFHGUFJAKEXAMPLEJDFJHEKF -e AWS_SECRET=AJDFUEXAMPLESDLKF -e AWS_REGION=us-east-2 iamfrisbee/go-serverless-aws

Tag summary

Content type

Image

Digest

Size

498.4 MB

Last updated

over 7 years ago

docker pull iamfrisbee/go-serverless-aws