You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 30, 2019. It is now read-only.
First - thank you for this amazing library, I am shocked there are only 39 stars on it!
We are using it serverless-appsync-offline currently. On a new project, we are planning on using Aurora Serverless in appsync (https://docs.aws.amazon.com/appsync/latest/devguide/tutorial-rds-resolvers.html) - while this is technically still only in beta and may explain why support is limited, I'd really like to start using it for our app as its better suited for an RDS then noSQL. But.... I'm incredibly hesitant to start working on anything that I can't do offline/testing on.
So my request is for Aurora emulation that serverless-appsync-offline can use OR a recipe for how to properly emulate this using MySQL locally (if someone has already come across doing this).
The text was updated successfully, but these errors were encountered:
This feature isn't on my current roadmap, but the team here at Conduit will certainly discuss prioritizing it.
My guess is that we'd simply want to add some configuration that points to a mysql or postgres instance, and implement some rdsSource.js file which handles the appsync emulation. You're certainly welcome to make a contribution to this repo -- let us know if we can help get you started.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
First - thank you for this amazing library, I am shocked there are only 39 stars on it!
We are using it
serverless-appsync-offline
currently. On a new project, we are planning on using Aurora Serverless in appsync (https://docs.aws.amazon.com/appsync/latest/devguide/tutorial-rds-resolvers.html) - while this is technically still only in beta and may explain why support is limited, I'd really like to start using it for our app as its better suited for an RDS then noSQL. But.... I'm incredibly hesitant to start working on anything that I can't do offline/testing on.So my request is for Aurora emulation that
serverless-appsync-offline
can use OR a recipe for how to properly emulate this using MySQL locally (if someone has already come across doing this).The text was updated successfully, but these errors were encountered: