[AWS Lab] Scheduled Lambda Invocation – EventBridge

In this lab, we will learn how to periodically invoke a lambda function via Amazon EventBridge.

Overview

  • Source: EventBridge
    • Build a custom Rule – Scheduling
  • Target: Lambda – Function
    • returns the current date time
    • Python
Continue reading “[AWS Lab] Scheduled Lambda Invocation – EventBridge”