lambda-cron icon indicating copy to clipboard operation
lambda-cron copied to clipboard

Feature: Support all parameters for boto3 SQS.Queue.send_message

Open javibravo opened this issue 9 years ago • 0 comments

For Queue tasks, currently, the tool only allow to indicate the message body to send to the queue. It doesn't allow the possibility to use all options provided by the library.

Proposal:

  1. Update task runner to handle all or most useful options provided by boto3 to send a message to a SQS queue.

javibravo avatar Mar 16 '17 20:03 javibravo