Dealing with AWS Lambda concurrency limit
Anyone running their API's in lambda at scale, how are you dealing with the per account concurrency limit?
We have a failed attempt at microservices at my job and I'm trying to revamp our architecture to allow us to scale up in the near future.
We have a few things running in lambda already but as we grow I'm worried about how the concurrency limits will impact us.
0 Replies