Add schedule option on function category cli
See original GitHub issueDescribe the solution you’d like
Should be possible to set a schedule/cron on function category CLI.
amplify function add
among the other questions:
- It’s a Lambda function that should be scheduled?
- What’s the schedule expression?
Describe alternatives you’ve considered
Edit the JSON autogenerated or go to console to add a schedule/cron
Where this came from: https://twitter.com/gdecampo/status/1148210103893594114
Issue Analytics
- State:
- Created 4 years ago
- Reactions:17
- Comments:17 (4 by maintainers)
Top Results From Across the Web
Scheduler CLI - AWS Documentation
The Instance Scheduler on AWS command line interface (CLI) allows you to configure schedules and periods, and estimate cost savings for a given...
Read more >Functions - Overview - AWS Amplify Docs
Amplify CLI allows you to schedule Lambda functions to be executed periodically (e.g every minute, hourly, daily, weekly, monthly or yearly). You can...
Read more >Create a function in the Azure portal that runs on a schedule
Learn how to use the Azure portal to create a function that runs based on a schedule that you define.
Read more >Task Scheduling - The PHP Framework For Web Artisans
Schedule Frequency Options ... These methods may be combined with additional constraints to create even more finely tuned schedules that only run on...
Read more >tsm Command Line Reference - Tableau Help
The topics in this section include reference content for Tableau Services Manager (TSM) command line interface (CLI) to support Tableau Server.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@guilhermedecampo I have added this to our back log. Our product team will review this and prioritize this
Hey guys, yesterday with Amplify CLI v4.18.0 we officially support schedule functionality in the functions category. Here’s a blog post for the release explaining the functionality - https://aws.amazon.com/blogs/mobile/how-to-schedule-recurring-lambda-functions-using-the-amplify-cli/