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 inpm run createnpm start
MIT