egghead.io
Download
Turn autoplay on
Autoplay
Course
Converting a Serverless App to run on AWS Lambda and DynamoDB with Serverless Framework
1
FaunaDB vs DynamoDB: Querying capabilities, Pricing, and more
5m 9s
2
Creating an AWS account
1m 30s
3
Creating a DynamoDB table, creating, and deleting items using the AWS console
2m 5s
4
Modeling data in DynamoDB using a Single Table Design (compared to FaunaDB)
2m 26s
5
Inserting, Updating, and Querying items using the DynamoDB node.js documentclient
7m 50s
6
Replacing FaunaDB with DynamoDB as the Backend of a GraphQL API with Zero Client Changes
6m 17s
7
Netlify Functions vs AWS Lambda
2m 31s
8
WTF is Serverless Framework? Is it the same as serverless? (no, it's not)
1m 43s
9
Getting Started with Serverless Framework CI/CD and writing your first serverless.yml
7m 3s
10
Writing an AWS custom authorizer to enable the use of Netlify Identity on AWS Lambda
6m 12s
Creating a DynamoDB table, creating, and deleting items using the AWS console
Instructor
Chris Biscardi
AWS
Share this video with your friends
Send Tweet
Copy link
to clipboard
We
create a DynamoDB table
talk about primary keys, partition keys, and sort keys
insert an item with a pk, sk and some JSON data
take a look at the dynamo representation of that data, including type information
then delete the item
Transcript
Comments