https://github.com/hk1997/getting-started-with-serverless/tree/master/list-bucket
Extend your lambda of issue 2 and add lambda trigger to your bucket so that you receive an email regarding list of files in the bucket.
Ps: The lambda should be generic so that we cam reuse the same lambda for different buckeys.(Think in terms of using event object being passed to your lambda function)
https://github.com/hk1997/getting-started-with-serverless/tree/master/list-bucket
Extend your lambda of issue 2 and add lambda trigger to your bucket so that you receive an email regarding list of files in the bucket.
Ps: The lambda should be generic so that we cam reuse the same lambda for different buckeys.(Think in terms of using event object being passed to your lambda function)