LambdaBase v0.2.2 mix lambda_release

Create zip file for AWS Lamdba with custom runtime. Use this command under Docker image amazonlinux:2017.03.1.20170812 erintheblack/elixir-lambda-builder:20200112.01 is prepared to build.

How to build

$ docker run -d -it --name elx erintheblack/elixir-lambda-builder:20200112.01
$ docker cp ${project} elx:/tmp
$ docker exec elx /bin/bash -c "cd /tmp/${project}; mix deps.get; mix lambda_release"
$ docker cp elx:/tmp/${app_name}.zip .

Link to this section Summary

Functions

Create zip file for AWS Lamdba with custom runtime.

Link to this section Functions

Create zip file for AWS Lamdba with custom runtime.