Reads the file pushed on the S3 bucket based on which the event was raised.
aws s3 mb s3://lambda-trigger-files
- Create a new bucket namedlambda-trigger-files
aws s3 ls
- List S3 Bucket namesaws s3 cp temp.txt s3://lambda-trigger-files
- Copy files from load to AWS S3 Bucket