Currently using default memory allocation of 1GB. It seems requests are using about 25MB per request, so can potentially drop this by a lot.
Needs investigation.
- Is memory allocation per request? (Can a function instance handle multiple requests?)
- How much memory is used by each Lambda function?
- Does reducing memory allocation help with billing?
Currently using default memory allocation of 1GB. It seems requests are using about 25MB per request, so can potentially drop this by a lot.
Needs investigation.