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: Servereless – Get Started
To deploy to AWS you need to set up some AWS credentials following these steps: Create a new user in AWS IAMWith "programmatic access" only"Attach existing policies directly" - choose...
Following tutorials when you start learning Serverless is okay. But to really get better you need to build your own projects. The problem is that coming up with ideas that are realistic but help you...
The Serverless Framework is designed to make deploying Serverless applications to AWS as easy as possible. To deploy to AWS you need to set up some AWS credentials following these steps: Install...
The Quickest Way to Build a TypeScript API and serverless project
In this article, we'll be looking at how we can quickly and easily build an API with TypeScript and serverless project. To start this whole process we need to make sure that we have the Serverless...
In this video we'll learn to set up a new Cognito User Pool and a User Pool Client. This will allow us to build a React app using AWS Amplify that has signup, login, logout and API security build it...