Amazon EventBridge to AWS AppSync Events

Amazon EventBridge → AWS AppSync Event API

Create an Amazon EventBridge rule to send events to an AWS AppSync Event API.

This project demonstrates how to use Amazon EventBridge to send events to an AWS AppSync Events API. An EventBridge rule catches events and sends them to an AppSync Events API. You can test this pattern easily using the EventBridge and Events API Console. If there are errors delivering events to your Events API from EventBridge, they will be delivered to a dead-letter queue (DLQ) where you can inspect what went wrong.

< Back to all patterns

GitHub icon Download this pattern (.zip)

GitHub icon View this pattern on GitHub


Clone repo

git clone https://github.com/aws-samples/serverless-patterns/cd serverless-patterns/eventbridge-to-appsync-events-sam

Deploy

sam deploy --guided --capabilities CAPABILITY_NAMED_IAM


Testing

See the GitHub repo for detailed testing instructions.

Cleanup

Delete the stack: sam delete.

Created by:

Ronan Prenty

Ronan Prenty

Principal Solutions Architect at AWS based in Dublin, Ireland.

Follow on LinkedIn