serverless / serverless-graphql

Serverless GraphQL Examples for AWS AppSync and Apollo
https://www.serverless.com
MIT License
2.72k stars 364 forks source link

AppSync & RDS #355

Closed romainquellec closed 6 years ago

romainquellec commented 6 years ago

Hello.

Just wondering : Is it possible right now to use AppSync with a RDS database ? (If I'm connecting my lambda to my database in RDS, everything should be fine ?)

Thanks !

romainquellec commented 6 years ago

(You can add the "Question" label)

widdydev commented 6 years ago

Yes you can easily connect your AppSync service with a lambda function to access your amazon RDS database. I'm using a node.js lambda-function and access my RDS database via knex.js

sid88in commented 6 years ago

+1 @getsbydev

josoroma-zz commented 6 years ago

@getsbydev Would be awesome to see a simple functional code example of AppSync + Lambda + RDS Postgres.

Thanks!