Sign inSign up

polds/apex-docker

By polds

Updated about 10 years ago

Dockerfiles to aid in deploying and building Lambda functions using http://apex.run

Image
0

1.6K

polds/apex-docker repository overview

Note

This does not yet work.

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.

Tag summary

Content type

Image

Digest

Size

243.9 MB

Last updated

about 10 years ago

docker pull polds/apex-docker