2 Answers
- Newest
- Most votes
- Most comments
0
Hello.
I think you can run shell scripts using Lambda's custom runtime.
Please check the following document as it is a tutorial.
https://docs.aws.amazon.com/lambda/latest/dg/runtimes-walkthrough.html
0
Hi,
I can suggest to get inspiration from a previous personal project of mine at https://github.com/didier-durand/lambda-cobol
In particular, look at the Docker file where I prepare a container with the runtime dependencies of my shell. You would have to do same with npm in your case.
Best,
Didier
Thank you for the suggestion! If I understand it correctly, does this uses container for Lambda?
Relevant content
- asked 7 months ago
- asked 3 months ago
- asked a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 2 months ago
I followed this tutorial and it is very limited. I cannot figure out in what part should I do the installation. Also, most of the directories are read-only.