Search code examples
amazon-web-servicesserverlessaws-amplify

AWS Amplify & Serverless-Stack


I am currently looking into AWS Amplify as well as I am reading Serverless Stack. My goal is to create a simple ToDo list app. Both "Getting started" / Documentations seem to have the same goal. However, AWS Amplify guide seems to be way easier from the setup.

And that's where I am confused. As far as I understand AWS Amplify also uses DynamoDB and gets data via GraphQL. But where is the difference between these two documentations?


Solution

  • Serverless Stack is a resource providing guidance on how to create serverless applications with AWS. It was created by a company called Anomaly Innovations.

    AWS Amplify is an open source framework maintained by AWS which helps developers integrate their applications with AWS resources.