Skip to Content
Hands-On Serverless Computing
book

Hands-On Serverless Computing

by Kuldeep Chowhan
July 2018
Intermediate to advanced
350 pages
8h 47m
English
Packt Publishing
Content preview from Hands-On Serverless Computing

Scheduled Events Trigger

With the power of Amazon CloudWatch Events, you can configure your AWS Lambda functions to be invoked on a regular schedule thanks to the schedule event functionality in Amazon CloudWatch Events. You can configure the schedule by hours, days, or weeks, or you can specify a cron expression as well. The following page has more details about Scheduled Event syntax in Amazon CloudWatch Events: https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html

You can find an example use case at Using AWS Lambda with Scheduled Events.

An example Scheduled Event would look like this:

{ "account": "55334567897052", "region": "us-west-2", "detail": {}, "detail-type": "Scheduled Event for AWS Lambda", "source": ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learn AWS Serverless Computing

Learn AWS Serverless Computing

Scott Patterson
Erlang and OTP in Action

Erlang and OTP in Action

Eric Merritt, Richard Carlsson, Martin Logan

Publisher Resources

ISBN: 9781788836654Supplemental Content