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

LambdaCron - serverless cron tool

Results 12 lambda-cron issues
Sort by recently updated
recently updated
newest added

Currently **LambdaCron** allows to set environment options in one file (*~/.lambda-cron.yml*). Could be good to be able to set environment options in different files (different projects). Proposal: 1. Be able...

Currently to know the tasks that are deployed in the environment the user needs to list the S3 bucket and browse in the files to see details (ie. cron expresion)....

To check the logs of *LambdaCron* you need to access to AWS CloudWatch using AWS console, CLI or other tool. I would be useful to add a new command to...

Add policies into S3 Bucket to export logs. Following: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/S3ExportTasks.html

Add new task type to activate AWS Data Pipelines: http://boto3.readthedocs.io/en/latest/reference/services/datapipeline.html#DataPipeline.Client.activate_pipeline Use a wrapper to allow use all parameters in the function.

The output of the CLI shows the output/results of the commands executed to do the job. It is not user friendly. Proposal: 1. Hide output from the commands executed by...

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](http://docs.python-requests.org/en/master/)

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...

When the AWS Lambda function runs it reads all the task definitions (yml files) in the directory (tasks) and evaluate the cron expression for each of them. While the number...