-
Урок 1.
00:03:43
What You Need for this Course
-
Урок 2.
00:02:05
Installing Amplify CLI Globally
-
Урок 3.
00:06:27
Configuring Amplify CLI with AWS Account
-
Урок 4.
00:04:17
Setting up Notetaking App
-
Урок 5.
00:02:12
Initializing Amplify with Amplify Init
-
Урок 6.
00:05:52
Setting up our GraphQL API with Authentication
-
Урок 7.
00:06:15
Generating an Entire GraphQL API off of our Schema
-
Урок 8.
00:03:09
Configuring Amplify with React
-
Урок 9.
00:03:02
Git Tracking with Amplify Projects (Optional)
-
Урок 10.
00:06:33
Using withAuthenticator to Auth Users (in 2 Lines of Code)
-
Урок 11.
00:09:40
Exploring the Cognito Console / Enabling SMS Verification (Optional)
-
Урок 12.
00:05:08
Creating the App UI
-
Урок 13.
00:07:25
Running createNote Mutation from AppSync Console
-
Урок 14.
00:05:45
Executing GraphQL Mutations on the Client
-
Урок 15.
00:03:22
Async / Await with GraphQL Operations
-
Урок 16.
00:04:39
Running listNotes Query in AppSync and on Client
-
Урок 17.
00:03:50
Deleting Notes with deleteNote Mutation
-
Урок 18.
00:09:37
Updating Notes with updateNote Mutation
-
Урок 19.
00:08:47
Subscribing to New Notes with onCreateNote
-
Урок 20.
00:05:57
Listening for Deleted / Updated Notes
-
Урок 21.
00:08:42
@auth Directive for Ownership of Notes
-
Урок 22.
00:17:48
Converting our app to React Hooks (Optional)
-
Урок 23.
00:04:38
Deploying our App with S3 Hosting
-
Урок 24.
00:03:14
Initializing our MarketPlace App
-
Урок 25.
00:17:10
Advanced AppSync Schema Creation
-
Урок 26.
00:09:30
Customizing withAuthenticator Theme
-
Урок 27.
00:09:24
Authenticator Component / Listening for Auth Events with Hub
-
Урок 28.
00:13:57
Creating Navigation and Signout Functionality
-
Урок 29.
00:12:44
Adding New Markets
-
Урок 30.
00:06:00
Adding Context API to Provide User Data
-
Урок 31.
00:08:31
Adding Tags with our Markets
-
Урок 32.
00:12:13
Connect Component to Execute Queries
-
Урок 33.
00:04:47
Handling Subscriptions with Connect
-
Урок 34.
00:07:50
Creating our Search Input
-
Урок 35.
00:10:19
Exploring ElasticSearch Queries in GraphiQL
-
Урок 36.
00:09:24
Sort Parameter and Implementing Search Queries in the Client
-
Урок 37.
00:12:27
Getting Individual Market Data
-
Урок 38.
00:06:20
Build Form to Add New Products
-
Урок 39.
00:10:10
Using / Styling our PhotoPicker Component
-
Урок 40.
00:15:41
Adding New Products
-
Урок 41.
00:05:52
Displaying Storage Upload Progress with Progress Component
-
Урок 42.
00:11:57
Display Products / Adding Nested Fields to Auto-Generated Queries
-
Урок 43.
00:12:59
Updating Products
-
Урок 44.
00:06:37
Deleting Products
-
Урок 45.
00:09:14
Subscribing to Product Mutations
-
Урок 46.
00:07:37
Building out PayButton / Stripe Configuration
-
Урок 47.
00:18:50
Introduction to Lambda Functions
-
Урок 48.
00:12:26
Processing Orders with our Lambda Function
-
Урок 49.
00:15:52
Sending Emails with Amazon SES
-
Урок 50.
00:07:59
Registering New Users with AppSync
-
Урок 51.
00:11:26
Getting Owner's Current Email, Improving our Email Content
-
Урок 52.
00:03:09
Requesting Permission to Move out of SES Sandbox
-
Урок 53.
00:10:47
Creating New Orders
-
Урок 54.
00:12:35
Displaying Order History in ProfilePage
-
Урок 55.
00:04:24
Sorting GraphQL Fields with the sortField Argument
-
Урок 56.
00:07:51
Display Profile Data for Auth User
-
Урок 57.
00:08:57
Getting Auth User's Current Attributes
-
Урок 58.
00:17:32
Verifying Users' Updated Email Addresses
-
Урок 59.
00:06:35
Prevent Users with Unverified Emails to Purchase / Add Products
-
Урок 60.
00:04:16
Deleting Users' Profiles
-
Урок 61.
00:05:34
Formatting Dates with Date-Fns
-
Урок 62.
00:05:02
Next Steps