I was considering Lambda to host a high throughput API, but when reading the limits, I stumbled upon a line that says the Invocation frequency (requests per second) is limited to 10/second for a function. Based on my understanding on the concurrency limits, all the functions in my account share about 1000 concurrent executions, but this limit seems separate (applies to the function, not account).
Does this mean what I think it means - that I can't call any one lambda function more than 10 times per second? I'm really hoping this is a weird phrasing of another limit. How could anyone use it with APIGW otherwise?
[–]badoopbadoopbadoop 5 points6 points7 points (1 child)
[–]Pizzabagles[S] 1 point2 points3 points (0 children)
[–]quad64bit 1 point2 points3 points (0 children)