MediaMath / lambda-cron

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

Feature: Support all HTTP methods in Requests #12

Open javibravo opened 7 years ago

javibravo commented 7 years ago

The current version of LambdaCron only allow to send GET and POST requests.

Proposal:

  1. Update task runner to handle all (of most of them) HTTP methods available in Requests