Skip to content

Commit

Permalink
Added a note on demo project
Browse files Browse the repository at this point in the history
  • Loading branch information
sudokar committed Aug 8, 2023
1 parent 629442a commit 55e23d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,12 @@ const resolver = new TSExpressPipelineResolver(testStack, "DemoResolver", {

> Tip: Use [GraphQL Code Generator](https://the-guild.dev/graphql/codegen) to generate Typescript types from GraphQL schema(s) to use in resolvers
Checkout the demo project for examples [cdk-appsync-typescript-resolver-demo](https://github.com/sudokar/cdk-appsync-typescript-resolver-demo)

# References

[JavaScript resolvers overview](https://docs.aws.amazon.com/appsync/latest/devguide/resolver-reference-overview-js.html)

[Bundling, TypeScript, and source maps](https://docs.aws.amazon.com/appsync/latest/devguide/resolver-reference-overview-js.html#additional-utilities)

[GraphQL Code Generator](https://the-guild.dev/graphql/codegen)
[GraphQL Code Generator](https://the-guild.dev/graphql/codegen)

0 comments on commit 55e23d8

Please sign in to comment.