Working with data sources for Amazon AppSync Event APIs
Data sources are resources in your Amazon Web Services account that Amazon AppSync Events can interact with. Amazon AppSync supports multiple data sources including Amazon Lambda, Amazon DynamoDB, Amazon Aurora Serverless, Amazon OpenSearch Service, and HTTP endpoints. An Amazon AppSync Events API can be configured to interact with multiple data sources, enabling you to process and route events efficiently.
Once you have configured a data source, you can use it as an integration in your namespaces. This allows you to interact with your data sources from your channel namespace handlers. For example, you can save events to a DynamoDB table as they are published, before they are broadcast. You can trigger a Lambda function asynchronously in response to a publish to start a processing job. You can check user information in an Amazon RDS Aurora PostgreSQL table as clients try to subscribe to a channel.