You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now we have our messages in a queue but we need to subscribe to the queue and insert the records into the DB. To do this we create a throttled lambda where we set the max number of concurrent executions to whatever scale we are happy with. This should be less than the max connections on our DB and should take into account any other Lambdas running in this account.
How does one achieve that?
Thanks
The text was updated successfully, but these errors were encountered:
https://github.com/cdk-patterns/serverless/blob/main/the-scalable-webhook/README.md
How does one achieve that?
Thanks
The text was updated successfully, but these errors were encountered: