- Newest
- Most votes
- Most comments
How about increasing the Lambda specs to match the specs of the local development environment?
The default setting is 128 MB.
As per the following documentation, Lambda can be configured with up to 10 GB of memory.
https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-memory-console
We recommend that you read the following best practices document once.
https://docs.aws.amazon.com/lambda/latest/dg/best-practices.html
Hi,
Apart increasing memory on lambda, which is something without limitations under free tier as well, you can consider creating the function as a container: https://docs.aws.amazon.com/lambda/latest/dg/images-create.html,as increases portability, supports larger package size (mostly for python numpy and similar libraries).
Can I do proxy rotation with container?
Relevant content
- asked 2 years ago
- asked 7 years ago
- asked 3 months ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a month ago
Thank you so much for the suggestion!
What is the maximum Lambda specs that I can use in the free tier?
Daniel
The maximum amount of memory that can be set is 10,240 MB. If you need more memory than this, you will need to use ECS or AWS Batch. https://docs.aws.amazon.com/batch/latest/userguide/what-is-batch.html https://docs.aws.amazon.com/AmazonECS/latest/developerguide/Welcome.html