Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 707 Bytes

File metadata and controls

23 lines (12 loc) · 707 Bytes

Lambda Container

Prerequisites

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

Step 1: Listing Lambda runtimes

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

Step 2: Getting Lambda service quotas

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

Step 3: Listing functions by runtime

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

Step 4: Listing event source mappings

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