@bagubagu/aws-appsyncdeprecated

AWS Mobile AppSync SDK for JavaScript

Usage no npm install needed!

<script type="module">
  import bagubaguAwsAppsync from 'https://cdn.skypack.dev/@bagubagu/aws-appsync';
</script>

README

@bagubagu/aws-appsync

This is a fork of https://github.com/awslabs/aws-mobile-appsync-sdk-js

This fork modifies the original as follow:

  • Rewrite vanilla aws-appsync client using typescript
  • Add apollo-link-state to manage client state

Why not rewrite the aws-appsync-react?

  • I don't use aws-appsync-react on any of my project. pull request welcome.