aws-appsync-community icon indicating copy to clipboard operation
aws-appsync-community copied to clipboard

util.rds documentation missing for JS resolvers

Open sashee opened this issue 1 year ago • 9 comments

The VTL documentation shows a $util.rds.toJsonObject function:

image

The same is available for the JS resolvers (from the @aws-appsync/utils npm package https://www.npmjs.com/package/@aws-appsync/utils?activeTab=explore):

image

But the documentation page for it is missing:

image

sashee avatar Feb 18 '23 11:02 sashee

Hey @sashee , are you available to connect? I'm interested to learn more about your experience with this relational database Data source

onlybakam avatar Mar 01 '23 17:03 onlybakam

Hey @onlybakam , sure, would be glad to help!

sashee avatar Mar 02 '23 13:03 sashee

awesome. can you DM me on twitter (@bricepelle) ?

onlybakam avatar Mar 11 '23 01:03 onlybakam

I'm not using Twitter that much but it seems like it does not let me DM you. Could you send a mail to [email protected] instead?

sashee avatar Mar 12 '23 15:03 sashee

tracking #263 here as well.

onlybakam avatar May 01 '23 19:05 onlybakam

+1 on this issue. We make extensive use of AppSync -> RDS to service our frontend. We're in the process of moving from VTL to Javascript and this would be invaluable.

alextriaca avatar Sep 05 '23 15:09 alextriaca

Hey @alextriaca, are you available to connect? would like to learn more about your use case.

onlybakam avatar Sep 07 '23 21:09 onlybakam

+1 as well, looking into appsync and we're going to be putting data into RDS soon but the lack of docs in the JS resolver info is quite annoying.

magus424 avatar Sep 26 '23 17:09 magus424

or are we meant to be using Lambda stuff in between AppSync and RDS now with JS resolvers? sort of getting that impression from the docs

magus424 avatar Sep 26 '23 18:09 magus424

Yep, we too are migrating from VTL. Would be nice to understand more of the undocumented quirks of utils/rds etc.

monscamus avatar Apr 09 '24 16:04 monscamus

we've updated the docs for JS resolvers here: https://docs.aws.amazon.com/appsync/latest/devguide/resolver-reference-rds-js.html and here: https://docs.aws.amazon.com/appsync/latest/devguide/built-in-modules-js.html#built-in-rds-modules.

Let us know if you have any feedback.

onlybakam avatar Apr 18 '24 20:04 onlybakam

Thanks @onlybakam , the documentation looks nice! Also great to see SQL tagged templates, it is way superior to the old API.

sashee avatar Apr 19 '24 12:04 sashee