MediaMath / lambda-cron

LambdaCron - serverless cron tool
Apache License 2.0
25 stars 4 forks source link

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

Open javibravo opened 7 years ago

javibravo commented 7 years ago

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.