1. Урок 1. 00:02:18
    Introduction
  2. Урок 2. 00:03:19
    What is a Lambda?
  3. Урок 3. 00:01:35
    The Serverless Framework
  4. Урок 4. 00:05:56
    Setting Up an AWS Account
  5. Урок 5. 00:01:58
    Configuring AWS and Serverless
  6. Урок 6. 00:05:29
    Hello World
  7. Урок 7. 00:09:39
    REST Endpoint
  8. Урок 8. 00:07:11
    Deployment
  9. Урок 9. 00:06:23
    Cron Function
  10. Урок 10. 00:00:52
    Yelp Scraper Introduction
  11. Урок 11. 00:03:02
    Web Scraping Overview
  12. Урок 12. 00:02:40
    Detecting JavaScript Rendered Pages
  13. Урок 13. 00:05:29
    Yelp Scraper Project Setup
  14. Урок 14. 00:07:54
    Fetching a Yelp Page
  15. Урок 15. 00:10:09
    Parsing a Yelp Page
  16. Урок 16. 00:01:34
    DynamoDB Setup
  17. Урок 17. 00:04:08
    Yelp Project YAML File
  18. Урок 18. 00:07:35
    Save Data to DynamoDB
  19. Урок 19. 00:02:19
    Finishing Up the Yelp Scraper
  20. Урок 20. 00:12:01
    Launching Yelp Scrapers with a Script
  21. Урок 21. 00:10:17
    Cron Lambda to Launch Scrapers
  22. Урок 22. 00:01:15
    REST API Introduction
  23. Урок 23. 00:04:26
    First Route - GET
  24. Урок 24. 00:02:20
    Testing the GET Route
  25. Урок 25. 00:06:28
    POST Route
  26. Урок 26. 00:02:38
    Relational Database Overview
  27. Урок 27. 00:02:03
    Sequelize
  28. Урок 28. 00:08:55
    Todo Model
  29. Урок 29. 00:04:54
    DB File
  30. Урок 30. 00:03:11
    Database as a Service: ElephantSQL
  31. Урок 31. 00:05:03
    Testing ElephantSQL
  32. Урок 32. 00:05:51
    Database as a Service RDS
  33. Урок 33. 00:01:34
    Deleting an RDS Instance
  34. Урок 34. 00:01:04
    Deleting ElephantSQL
  35. Урок 35. 00:06:51
    GET Route - List All
  36. Урок 36. 00:09:25
    DELETE Route
  37. Урок 37. 00:09:30
    PATCH Route
  38. Урок 38. 00:03:33
    GET Route - GET one
  39. Урок 39. 00:04:27
    Error Handling
  40. Урок 40. 00:05:58
    API Deployment
  41. Урок 41. 00:03:45
    Security
  42. Урок 42. 00:00:58
    S3 Notifications Introduction
  43. Урок 43. 00:05:22
    Template and Pseudo-Code
  44. Урок 44. 00:06:37
    Extracting Event Data
  45. Урок 45. 00:02:21
    Event Filters
  46. Урок 46. 00:02:24
    Generating a Gmail App Password
  47. Урок 47. 00:03:22
    Config File
  48. Урок 48. 00:09:52
    Generate Email Content
  49. Урок 49. 00:08:47
    Send Email
  50. Урок 50. 00:03:35
    Complete the S3 Notification Handler