Update throttle limits with API Gateway and Lambda reserved concurrency
Follow the instructions below to update RSW’s API Gateway throttle limit and AWS Lambda reserved concurrency limit.
Step 1: Update the API throttle limit
-
Open the file
solutions/rsw-reference/RSWStack.ts
in the GitHub repository. -
Search for
private _API_LIMIT: number = 200;
. By default, the API limit is set at 200. -
Update the
_API_LIMIT
to fit the intended use case.
Step 2: Update the stack
Deploy the updated stack by following the directions to Launch the stack in the main account.