[AWS Lab] Asynchronous Lambda Invocation – EventBridge

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

  • Overview
  • Source: EventBridge
    • Build a custom event Bus and add a custom event Rule
  • Target: Lambda – Function
    • logs the received event
    • does not return any value
    • Python
Continue reading “[AWS Lab] Asynchronous Lambda Invocation – EventBridge”