Collections /

Getting Started with Hosting Websites and Getting Started with APIs in AWS

Last updated Nov 5, 2019
1

This collection is a basic list of prescribed items to think about setting up websites in AWS in a cost-effective way. We will use a serverless stack and it can be for any node-based website.

Setting up CI/CD and Hosting with AWS Amplify

CI/CD means that from the moment your code hits a branch in Github, your code is deployed, built and available to your users. AWS Amplify is super easy and inexpensive way to build, deploy and host your content.

Building an API with API Gateway and Lambda

An API serves the data we need. It serves an intermediary between our website and all of the databases and other services we need to use. For example, we might want to use Stripe, but we don't want to call it directly from our website because it's not secure enough, so we need some backend layer that can do it securely away from the client.

Like this collection? Save it to read later.
1