You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into the same thing. It's because the version of erlexec that is included with your release does match the operating system, Amazon Linux 2 if you are building for Lambda. In my case, I thought I had this covered by building on the latest Amazon Linux 2 docker container using Docker Desktop for MacOS but there is a problem with the current Docker Engine version for MacOS that generates an ERTS that is somehow incompatible with the Amazon Linux 2 version used by Lambda.
As a workaround, I recommend you spin up an Amazon Linux 2 EC2 instance and build there. Of course, that has it's own challenges because using any recent version of OTP and Elixir will require building it from scratch.
Does anyone has a running example?
The text was updated successfully, but these errors were encountered: