DEV Community

Cover image for How To Run A Serverless Scheduled Function Using AWS Lambda & EventBridge
Uriel Bitton
Uriel Bitton

Posted on

How To Run A Serverless Scheduled Function Using AWS Lambda & EventBridge

AWS EventBridge, formerly known as CloudWatch Events, is a serverless service that lets you run scheduled services and integrates with a wide variety of AWS services.

In this article we’ll guide you through the easiest and quickest way to run a serverless function on a schedule we define.

With everything being serverless, we don’t need to provision servers so we can do this on-demand, making it super flexible and easy to test and use in production...

Read more here:

https://medium.com/success-with-aws/how-to-run-a-serverless-scheduled-function-using-aws-lambda-eventbridge-89c059cba845

Top comments (0)