#✅ - how to send event to event bridge to trigger lambda

5 messages · Page 1 of 1 (latest)

simple wigeon
#

I was trying to send event to event bridge follow this guide: https://docs.amplify.aws/nextjs/build-a-backend/data/custom-business-logic/connect-eventbridge-datasource/
but failed.
related files attached:
amplify\data\resource.ts
amplify\data\publishEmailToEventBridge.js
amplify\backend.ts

lambda: AmplifyTestEmail and dataSource: AmplifyEmail has been created menurally.

thorn rock
#

Hi @simple wigeon , I think this post by focusotter from the AWS team may help you out.

https://www.youtube.com/watch?v=sn8Snwh_ku0

The video description includes a github repo with the code so that you can reference the amplify config.

In this tutorial, Michael (aka focusotter) walks you through the process of creating a future-dated message scheduler using AWS Amplify, React, DynamoDB, and EventBridge Scheduler. The video covers the architecture and hands-on coding needed to build this application from scratch. Learn how to set up user authentication via Amazon Cognito, make ...

▶ Play video
thorn rock
#

You're welcome on behalf of @indigo gull ! 😄

polar needleBOT
#

✅ - how to send event to event bridge to trigger lambda