From the course: AWS and React: Creating Full-Stack Apps
Unlock the full course today
Join today to access over 24,600 courses taught by industry experts.
Challenge: Deleting DynamoDB data in your React app - Amazon Web Services (AWS) Tutorial
From the course: AWS and React: Creating Full-Stack Apps
Challenge: Deleting DynamoDB data in your React app
(bright music) - [Instructor] Challenge time. Okay, so for the delete item, I want you to follow the same pattern that I've shown you before in the past videos. I want you to import this new mutation into your App.js file, and then use that in a function like the other mutations to delete a to-do item from the DynamoDB table. It's a very similar pattern to what we've already been doing, so I'm sure you're going to do great.
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
(Locked)
Adding AppSync GraphQL to a React app6m 29s
-
(Locked)
Adding DynamoDB data through a React app3m 58s
-
(Locked)
Reading DynamoDB data with a React app2m 40s
-
(Locked)
Updating DynamoDB data with a React app3m 7s
-
(Locked)
Challenge: Deleting DynamoDB data in your React app36s
-
(Locked)
Solution: Deleting DynamoDB data in your React app3m 11s
-
(Locked)
-