Converting a Serverless App to run on AWS Lambda and DynamoDB with Serverless Framework
Offered By: egghead.io
Course Description
Overview
This collection is a sequel to the Building a Serverless JAMStack Todo app with Netlify, Gatsby, GraphQL, and FaunaDB collection. In this collection we take the TODO application we built and convert it to run using Netlify Identity, AWS Lambda (using the serverless framework) and DynamoDB. We cover
Fauna vs DynamoDB and when to use each
Setting up AWS accounts
Creating DynamoDB tables and data modeling differences between Fauna and Dynamo
Converting our Netlify Functions deployment to a Serverless Framework deployment
Implementing Custom authorizer functions on AWS
It uses tools that remove as many of the barriers as possible. Netlify Functions grows into Serverless Framework adn AWS Lambda, Netlify Identity is kept around, and FaunaDB can grows into DynamoDB.
Fauna vs DynamoDB and when to use each
Setting up AWS accounts
Creating DynamoDB tables and data modeling differences between Fauna and Dynamo
Converting our Netlify Functions deployment to a Serverless Framework deployment
Implementing Custom authorizer functions on AWS
It uses tools that remove as many of the barriers as possible. Netlify Functions grows into Serverless Framework adn AWS Lambda, Netlify Identity is kept around, and FaunaDB can grows into DynamoDB.
Syllabus
- FaunaDB vs DynamoDB: Querying capabilities, Pricing, and more
- Creating an AWS account
- Creating a DynamoDB table, creating, and deleting items using the AWS console
- Modeling data in DynamoDB using a Single Table Design (compared to FaunaDB)
- Inserting, Updating, and Querying items using the DynamoDB node.js documentclient
- Replacing FaunaDB with DynamoDB as the Backend of a GraphQL API with Zero Client Changes
- Netlify Functions vs AWS Lambda
- WTF is Serverless Framework? Is it the same as serverless? (no, it's not)
- Getting Started with Serverless Framework CI/CD and writing your first serverless.yml
- Writing an AWS custom authorizer to enable the use of Netlify Identity on AWS Lambda
Taught by
Chris Biscardi
Related Courses
Introduction to JenkinsLinux Foundation via edX Introduction to Cloud Native, DevOps, Agile, and NoSQL
IBM via edX Learn Azure DevOps CI/CD pipelines
Udemy IBM Full Stack Software Developer
IBM via Coursera DevOps: CI/CD with Jenkins pipelines, Maven, Gradle
Udemy