Given my difficulties deploying Julia with AWS Lambda, I’m trying to deploy on Elastic Beanstalk. From what I understand, there appears to be two options for deployment:
- Create a custom image using Packer.
- Create a custom AMI somehow
However, I’m having a difficult time with either of these options. Has anyone in the community accomplished this?