How to install and run the acme.sh inside AWS lambda?

Solution 1:

This script is a bit heavy for lambda, id suggest trying to use AWS Fargate instead, which lets you spin up dynamic containers, there's a Dockerfile already in the repo, so start from there.