A lambda to get the list of all the AZs of all the AWS Regions.
- Clone the repo
- Create a IAM role:
- Name:
lambda-cli-role
- Trusted entity: AWS Lambda
- Permissions: AWSLambdaBasicExecutionRole, AmazonEC2ReadOnlyAccess
- Name:
npm i
npm run create
npm start
MIT