DEV Community

Discussion on: AWS Limits To Keep In Mind While Developing A Serverless Application

Collapse
 
starpebble profile image
starpebble

This covers probably 99% of the world's serverless apps. Nice! My feedback: the constrained resource that is changing everything is Lambda layers. A single function can have no more than five lambda layers. Same unzipped total upper limit in MB as you wrote when the layers are combined with the function, 250MB, though a different packaging. Keep this up!

Collapse
 
imewish profile image
Vishnu Prassad

Hey @starpebble ,

Thanks a lot for your valuable feedback. I forgot the fact that the lambda layer code also counts towards the standard Lambda deployment size limits. I have removed that part and updated the article.

Collapse
 
starpebble profile image
starpebble

Nicely done. Keep going! These particular topics are difficult to do by oneself. It's a good thing that readers like me can comment.

Thread Thread
 
imewish profile image
Vishnu Prassad

Totally Agree