Full-Stack Application Development on AWS (Free Video Course)

By serverless - 2020-11-24

Description

Learn how you can use the power of Serverless Framework along with AWS Lambda, DynamoDB, API Gateway, SNS, SQS & S3 to build a full-stack application.

Summary

  • Serverless Full Stack Application on AWS by Gareth McCumskey Serverless Framework enables Front End Developers to build full-stack applications without having to manage and operate infrastructure – freeing Developers from the worry of back-end tasks like scaling servers and provisioning capacity and resources.
  • Set up serverless databases in a snap.
  • But the course will also reference other materials to help you work through the entire process.
  • Learn multiple ways to deploy and configure websites on AWS First, we'll use Serverless Components to quickly set up our website with a Route 53 custom domain, SSL through AWS Certificate Manager, caching and content distribution via CloudFront, and static hosting on Amazon S3 - All in a few lines of configuration.

 

Topics

  1. Backend (0.19)
  2. UX (0.08)
  3. Frontend (0.02)

Similar Articles

How Your Startup Can Benefit From Serverless Approach

By hackernoon - 2021-01-19

The popularity of hiring vendors for handling application backend has spiked tremendously over the last 5 years. On the one hand, startup owners go serverless to save infrastructure costs and pay for ...

Why we switched from docker to

By serverless - 2020-11-24

Why we decided to migrate our services running on docker containers to serverless stack using aws lambda functions and aws api gateway

How to Build a Serverless Application Using AWS SAM

By freeCodeCamp.org - 2020-10-19

In my previous article, I talked about how AWS Chalice helps you quickly build a Python-based serverless application and deploy it on AWS within a few minutes. While it was a quick and fun prototype, ...

Developing and Deploying React Apps using AWS Amplify

By harshcasper - 2020-11-02

As a React Developer, you might have studied about Serverless Architecture and how they are being used to dynamically manage memory and resources allocation allowing rapid scaling of Services. With th