alertlogic/erllambda

move ERTS to AWS Lambda Layer and support that deployment model

motobob opened this issue · 2 comments

currently we package both ERTS and application code into a single zip.
it makes long term sense to separate out Erlang it self into AWS Layer. while making the application code be part of the zip and just referring the AWS Layer with a desired runtime version.