navigation

Serverless - Using Amplify Authentication and Storage for Serverless Applications

Overview

In the last workshop, we learned how to create and use Lambda functions to interact with DynamoDB. Next in this series, we will use the Amplify library to authenticate users with Amazon Cognito, uploading files to the S3 bucket.

The architecture of the application we will build:

WebArchitect

Content

  1. Introduction
  2. Preparation
  3. Authentication And Storage
  4. Access Level
  5. Cleanup