rehanvdm / serverless-website-analytics

A CDK construct that consists of a serverless backend, frontend and client side code to track website analytics
GNU General Public License v2.0
166 stars 13 forks source link

Expose the API Lambda concurrency limits #7

Closed rehanvdm closed 1 year ago

rehanvdm commented 1 year ago

Expose the options on the constructor. The frontend is at 100 and the ingest API at 200.

We have a Lambdalith for both APIs, we can throttle the API requests by throttling the Lambda concurrency.