Building a SaaS Product (2)
Adding Auth via AWS Amplify
Feb 25, 20214 min read460

Search for a command to run...
Articles tagged with #angular
Adding Auth via AWS Amplify

For the past several months, I have been developing a SaaS product. This is my first post in a series to show you how to build your own product and deploy it to AWS. We will be creating an Angular frontend, Express.js backend, and using DynamoDb data...

In continuation of my previous post, I will be writing about how to use Docker to containerize an Angular app! JavaScript frameworks are great applications to containerize since they change rapidly! Using Docker will improve the longevity of your app...
