nzoschke/gofaas

Lambda challenges / advanced topics

Opened this issue · 0 comments

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