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 would like to contribute to this repo by building certbot for AWS lambda.
Am I correct in assuming that I would have to spin up a AWS linux EC2 instance, and then build certbot in a statically linked manner? How would one do this? I would like to give it a try after being brought into the right direction.
The text was updated successfully, but these errors were encountered:
If certbot is already pure python, you don't need to "run it from node.js". I'd suggest packaging and deploying using Zappa, then use the invoke command to call something like subprocess.check_output([ "/usr/bin/python2.7", "/var/task/certbot/whatever/certbots/cli/main/entrypoint/is" etc
I would like to contribute to this repo by building certbot for AWS lambda.
Am I correct in assuming that I would have to spin up a AWS linux EC2 instance, and then build certbot in a statically linked manner? How would one do this? I would like to give it a try after being brought into the right direction.
The text was updated successfully, but these errors were encountered: