Open
Description
Describe your idea/feature/enhancement
I wish the Sam CLI would support generating events of common patterns in AWS. For example, S3 Create Object -> SQS -> Lambda.
Proposal
This feature could leverage the current subcommand capability and look like: sam local generate-event sqs recieve-message-from-s3
.