Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

polds/apex-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Note

This does not yet work.

Supported tags and respective Dockerfile links

What is Apex?

Apex lets you build, deploy, and manage AWS Lambda functions with ease. With Apex you can use languages that are not natively supported by AWS Lambda, such as Golang, through the use of a Node.js shim injected into the build. A variety of workflow related tooling is provided for testing functions, rolling back deploys, viewing metrics, tailing logs, hooking into the build system and more. (Source)

How to use this image

  • Determine which version of Apex you want to use. If you don't care about the Go version just target the Apex version tag. (ie polds/apex-docker:v0.10.2)
  • docker pull polds/apex-docker:v0.10.2
  • docker run -it polds/apex-docker:v0.10.2 apex
Mounting a volume

The workdir for this image is /opt/, all volumes should be mounted to this directory:

docker run -it -v .:/opt/ polds/apex-docker:v0.10.2 apex deploy myfunc

AWS Credentials

You will need to mount your ~/.aws folder into /root/.aws/ to properly get your AWS Credentials in place.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published