Update throttle limits with API Gateway and Lambda reserved concurrency - Research Service Workbench on AWS

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

  1. Open the file solutions/rsw-reference/RSWStack.ts in the GitHub repository.

  2. Search for private _API_LIMIT: number = 200;. By default, the API limit is set at 200.

  3. 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.