Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 895 Bytes

File metadata and controls

27 lines (14 loc) · 895 Bytes

Lambda Concurrency

Prerequisites

  1. AWS CLI installed and configured (aws configure)
  2. Appropriate IAM permissions for the AWS services used

Step 1: Getting account concurrency limits

The script handles this step automatically. See lambda-concurrency.sh for the exact CLI commands.

Step 2: Setting reserved concurrency

The script handles this step automatically. See lambda-concurrency.sh for the exact CLI commands.

Step 3: Getting function concurrency

The script handles this step automatically. See lambda-concurrency.sh for the exact CLI commands.

Step 4: Removing reserved concurrency

The script handles this step automatically. See lambda-concurrency.sh for the exact CLI commands.

Cleanup

The script prompts you to clean up all created resources. If you need to clean up manually, check the script log for the resource names that were created.