aballaci / ab-serverless-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serverless Development on AWS

Learning Path on Pluralsight

This repository is for the Serverless Development on AWS learning path for Pluralsight.

Approach

This learning path is focused on creating a modern full-stack serverless application on AWS using real world techniques and approaches. It follows the following opinionated concepts:

  • It leverages a monorepo structure with Yarn workspaces
  • The backend services are created for Node.js with JavaScript and are exposed as REST API's
  • The web application is created using React using hooks
  • The infrastructure is defined with TypeScript using the AWS CDK
  • Continuous delivery is implemented using an AWS CDK Pipeline
  • No third-party services are leveraged as the focus is on a cloud-native approach with AWS only

Following Along

This repository is designed to be used alongside the learning path. While the course consists of 11 courses, there are 5 courses where the concepts are applied to the sample application. For each of these courses, you will have a starting and ending branch. In addition, there will be a link to compare those two branches.

Implementing Serverless Web Application Hosting and Delivery on AWS

Learn about leveraging Amazon S3 and CloudFront to distribute serverless web applications on a global scale.

Course Link

Building a Serverless API Tier with Amazon API Gateway

Learn about using AWS Lambda as your compute service while exposing an API with API Gateway all while using Amazon DynamoDB to store application data.

Course Link

Utilizing Amazon EventBridge in Serverless Applications

Learn about using Amazon EventBridge alongside Amazon S3 and Step Functions to create powerful microservices for your serverless application.

Course Link

Implementing Authentication for a Serverless HTTP API on AWS

Learn about securing serverless applications with Amazon Cognito for both web applications and the API tier.

Course Link

Implementing Monitoring and Continuous Deployment for Serverless Applications on AWS

Learn about monitoring your serverless applications with Amazon CloudWatch and AWS X-Ray as well as creating custom operational dashboards and alarms.

Course Link

About

License:MIT License


Languages

Language:JavaScript 80.4%Language:TypeScript 18.4%Language:HTML 1.0%Language:CSS 0.2%