Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 205 Bytes

11-list-all-s3-buckets-from-aws-lambda-function-using-aws-sdk.md

File metadata and controls

5 lines (3 loc) · 205 Bytes

List all S3 buckets from an AWS Lambda function using aws-sdk

You can require 'aws-sdk' and use the AWS package.

You have to adjust the permissions of the function to read the buckets in this function.