What is Lambda’s limitation?
Execution:
The memory can be allocated from 128 MB to 10 GB at the increment of 1 MB. The maximum execution time for a lambda function is 15 minutes. Environment variables can be of four KB. This capacity in the function container means that means in the temp folder is from 512MB to 10GB.
Deployment:
Lambda function deployment size cannot be more than 50 MB, for a stop size of uncompressed deployments (code and dependency) would be up to 250 MB. The size of an environment variable is 4KB.
What could go wrong while processing ata in Lambda?
Key points to consider include:
What is the cost model for Lambda?
What are Lambda features?