People often ask me if they should use the Serverless Framework or AWS Amplify for a project they are working on. In this article, I'll give a quick overview of both systems, the pros, and cons...
Category: Amplify
In this tutorial, we'll be learning to upload files to S3 and records to Dynamo using AWS Amplify React App. In the previous article, we had our app playing songs straight from S3. Â To build upon...
The Easiest Way to Work with S3 Files – AWS Amplify Storage Tutorial
In this article, we're going to be learning how we can easily create an S3 bucket access items stored in there using the Amplify CLI and Amplify.Storage. Starting Code:...
If you want to add data to your React app but don't want to have to build an API then this is the article for you. Learn how you can use AWS Amplify to create and access a DynamoDB table in the...
In this video, we'll be setting up a new React App with AWS Amplify to add Sign up, Login and Logout in the easiest way possible. We need to start by creating a new react app using...