aws-appsync-rds-aurora-sample
aws-appsync-rds-aurora-sample copied to clipboard
An AWS AppSync Serverless resolver for the Amazon Aurora relational database.
I've tried to deploy this example as my first foray into appsync. I merely select the 'blog' option, and wait for deployment. After some time in creating status, it says...
Is it possible to perform a batch execution insert using AppSync with an Aurora Data Source? There is a [Tutorial: DynamoDB Transaction Resolvers](https://docs.aws.amazon.com/appsync/latest/devguide/tutorial-dynamodb-batch.html) but I could not find the same...
Is there a suggested way to write automated, local tests for AppSync backed by Postgres Aurora? I'd like to run them as part of CI pipeline and not have to...
Need to keep count of how many subscribers are connected with each subscription. For UserA, UserB are connected with SubscriptionA : then 2 is the total subscribers For UserA are...
Instead of using a lambda function for the data source and resolvers, would it be possible to also get some examples using the new Data API? Thanks