Lambda challenges / advanced topics
mwarkentin opened this issue · 0 comments
mwarkentin commented
It might be interesting to dive into some more advanced topics and challenges with building serverless apps:
- Cold starts
- How they're impacted by VPC vs. public lambdas
- Warming strategies (and whether they're worthwhile)
- Strategies to minimize
- Shared code across functions
- How to manage dev / stage / prod types of multiple environments
- Lambda concurrency configuration
- Monitoring costs
- Maybe worth linking to the Well Architected Serverless Lens