aws-samples / aws-lambda-elixir-runtime

Example implementation of a custom runtime for running Elixir on AWS Lambda.
MIT No Attribution
127 stars 32 forks source link

Fix Bootstrap Configuration `@runtime_libs` path. #4

Open hollsteinm opened 5 years ago

hollsteinm commented 5 years ago

Issue #, if available: No Issue

Description of changes: Fix runtime path causing lambda deploys to crash using the examples in the README. As a note, this is so the example works as expected. It would still be best practice to create a CloudFormation configuration to deploy the dependencies as a Layer.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.