sst.dev icon indicating copy to clipboard operation
sst.dev copied to clipboard

Integrate with AWS Amplify

Open jayair opened this issue 8 years ago • 2 comments

Hey everybody,

Just came across AWS Amplify - https://github.com/aws/aws-amplify. I haven't had a chance to play with it yet but it looks really promising. It looks fairly modular so we could even use parts of it separately in the React portion of the tutorial to simplify the following things:

  • Making API Gateway requests: No need to manually add the sigv4client or sign requests
  • Storing S3 files: Don't need to work with the AWS JS SDK
  • Authentication: Can get rid of all the direct AWS Cognito JS SDK calls

If anybody has had a chance to play with it or even better has a repo implementing it; it would really help us get started with it.

jayair avatar Nov 18 '17 21:11 jayair

I started one here. Frontend is halfway complete.

I applied the broad-strokes of the logic given in the book. WIP in the dev branch.

d0ruk avatar Dec 30 '17 00:12 d0ruk

@d0ruk Great! This is really helpful. Keep me posted on the progress. I'll go over it once I get a chance.

jayair avatar Dec 30 '17 21:12 jayair