Create an AWS API Gateway for AWS Lambda

Create an AWS API Gateway for AWS Lambda Goal: - Function will list all items inside an S3 Bucket - Should be able to be triggered via API What we'll have in the end: A Working API URL that will run our AWS Lambda function and returns response. If this is your first time, you would want to know how Easy Way to Create a Lambda Function first before making and API.