Can I write multiple messages from Lambda to SQS using destination triggers?
My use case is, I have to read an s3 file and add rows to SQS queue which will be further processed by another lambda function. S3 file is huge so I can't process everything using a single lambda function.