1 Answer
- Newest
- Most votes
- Most comments
0
If you cannot slim down the size of the application to fit within the limits for a zip based deployment. You could package the application code and node_modules into a container image. AWS Lambda supports container images up to 10GB in size. Details on how to do this with Node can be found here: https://docs.aws.amazon.com/lambda/latest/dg/nodejs-image.html
answered 3 years ago
Relevant content
asked 2 years ago
asked 3 years ago
asked 4 years ago
