Setting up continuous development and deployment (CI/CD) to automatically deploy your serverless project can get really confusing. There are so many tools out there and each of them has its pros and...
Category: Advanced Serverless
Production Ready Serverless with AWS – Prepare Yourself for Getting a Job
Learn the skills you will need to be be an effective member of a development team Building personal projects is always very different from working as an employee as part of a team. There are things...
Handling payment card information (PCI) involves complex regulations and a lot of paperwork. Luckily using AWS PCI Payment Solution with Serverless makes our job far easier. In this article...
Working with DynamoDB Tables – Partition Key and Sort Key – Dynamo Deep Dive
In this video, we're looking into how we can design the keys in a Dynamo table effectively to give us the maximum amount of querying ability.
Do you want to learn to build a TypeScript API that works seamlessly with other AWS services? If you do then this article is for you! In the previous article we set up our TypeScript API repo and...
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...