This is used as docker base image for developing AWS Lambda functions running on BEAM.
5.6K
This is used as docker base image for developing AWS Lambda functions running on BEAM.
The goal is to provide images which can be used to build zip packages suitable for deployment as AWS Lambda functions with a provided BEAM runtime.
Please see erllambda for further details on how to run and deploy Erlang AWS Lambda functions.
Simply pull image from docker hub with a required Erlang version:
$ docker pull alertlogic/erllambda:20.3
To build image locally clone repository:
$ git clone https://github.com/alertlogic/erllambda_docker.git
Specify path to a Dockerfile with a required version to build an image:
$ docker build -t alertlogic/erllambda:20.3 ./erllambda_docker/20
$ docker run -it --rm alertlogic/erllambda:20.3
Erlang/OTP 20 [erts-9.3.3.5] [source] [64-bit] [smp:3:3] [ds:3:3:10] [async-threads:10] [hipe] [kernel-poll:false]
Eshell V9.3.3.5 (abort with ^G)
1>
$ docker run -it --rm -v `pwd`:/buildroot -w /buildroot alertlogic/erllambda:20.3 \
rebar3 as prod erllambda zip
lambci/lambda-base:build image,
which replicates the live AWS Lambda environment almost identically.alertlogic/erllambda:<version> images.Content type
Image
Digest
sha256:9952cb6cc…
Size
375.7 MB
Last updated
almost 4 years ago
docker pull alertlogic/erllambda:21.3