1. Урок 1. 00:02:45
    Introduction
  2. Урок 2. 00:01:53
    What is AWS?
  3. Урок 3. 00:05:37
    What is Serverless Development?
  4. Урок 4. 00:08:47
    AWS Signup & First Serverless API
  5. Урок 5. 00:01:02
    Why AWS?
  6. Урок 6. 00:03:23
    Course Structure
  7. Урок 7. 00:02:22
    How to get the Most out of this Course
  8. Урок 8. 00:00:44
    Module Introduction
  9. Урок 9. 00:05:32
    An Overview over the Core Serverless Services
  10. Урок 10. 00:02:51
    The Course Project
  11. Урок 11. 00:00:56
    Module Introduction
  12. Урок 12. 00:02:18
    What is API Gateway?
  13. Урок 13. 00:01:04
    Accessing the API Gateway Console
  14. Урок 14. 00:04:48
    General API Gateway Features
  15. Урок 15. 00:04:51
    API-specific Features & Options
  16. Урок 16. 00:04:39
    Introducing the Request-Response Cycle
  17. Урок 17. 00:06:13
    Understanding the Request-Response Cycle
  18. Урок 18. 00:03:20
    Creating a New API
  19. Урок 19. 00:03:16
    Creating a Resource (= URL Path)
  20. Урок 20. 00:04:12
    Handling CORS and the OPTIONS Preflight Request
  21. Урок 21. 00:04:12
    Creating a (HTTP) Method
  22. Урок 22. 00:02:47
    What is AWS Lambda?
  23. Урок 23. 00:11:13
    Creating a Lambda Function
  24. Урок 24. 00:01:28
    Connecting Lambda Functions to API Gateway Endpoints
  25. Урок 25. 00:07:26
    Accessing the API from the Web & Fixing CORS Issues
  26. Урок 26. 00:02:00
    Understanding "event" in Lambda Functions
  27. Урок 27. 00:03:53
    Forwarding Requests with "Proxy Integration"
  28. Урок 28. 00:02:52
    Accessing Lambda Logs
  29. Урок 29. 00:04:45
    Getting Started with Body Mapping Templates
  30. Урок 30. 00:04:10
    Extracting Request Data with Body Mapping Templates
  31. Урок 31. 00:02:10
    What's the Idea behind Body Mappings?
  32. Урок 32. 00:02:42
    Mapping Response Data
  33. Урок 33. 00:03:15
    Using Models & Validating Requests
  34. Урок 34. 00:06:43
    Models & Mappings
  35. Урок 35. 00:01:25
    Next Steps
  36. Урок 36. 00:02:25
    Adding a DELETE Method Endpoint to the API
  37. Урок 37. 00:08:43
    Using Path Parameters
  38. Урок 38. 00:07:12
    Accessing the API from the Web - The Right Way
  39. Урок 39. 00:02:44
    Wrap Up
  40. Урок 40. 00:00:45
    Module Introduction
  41. Урок 41. 00:02:51
    What is DynamoDB?
  42. Урок 42. 00:04:59
    How DynamoDB Organizes Data
  43. Урок 43. 00:02:52
    NoSQL vs SQL
  44. Урок 44. 00:00:53
    Using DynamoDB with Lambda
  45. Урок 45. 00:02:41
    Creating a Table in DynamoDB
  46. Урок 46. 00:04:12
    Understanding Read & Write Capacity
  47. Урок 47. 00:02:17
    Creating and Scanning Items
  48. Урок 48. 00:01:21
    What about multiple Databases?
  49. Урок 49. 00:04:37
    Accessing DynamoDB from Lambda
  50. Урок 50. 00:01:43
    Sidenote: How Lambda works behind the Scenes
  51. Урок 51. 00:06:15
    Putting Items into a DynamoDB Table from Lambda
  52. Урок 52. 00:02:19
    Setting Permissions Right
  53. Урок 53. 00:06:30
    Using API Gateway (Request) Data for Item Creation
  54. Урок 54. 00:03:06
    Mapping the Response & Web Testing
  55. Урок 55. 00:07:53
    Scanning Data in DynamoDB from Lambda
  56. Урок 56. 00:04:31
    Improving the IAM Permissions
  57. Урок 57. 00:03:01
    Restructuring Fetched Data in Lambda
  58. Урок 58. 00:05:39
    Getting a Single Item from DynamoDB via Lambda
  59. Урок 59. 00:01:38
    Testing it from the Web & Passing Correct Data
  60. Урок 60. 00:02:49
    Preparing "Delete" Permissions
  61. Урок 61. 00:04:42
    Deleting Items in DynamoDB via Lambda
  62. Урок 62. 00:06:46
    Mapping DynamoDB Responses
  63. Урок 63. 00:01:51
    Wrap Up
  64. Урок 64. 00:01:33
    Module Introduction
  65. Урок 65. 00:02:13
    How to add Authorization to API Gateway
  66. Урок 66. 00:04:02
    Understanding Custom Authorizers (API Gateway)
  67. Урок 67. 00:10:13
    Creating a Custom Authorizer Function
  68. Урок 68. 00:05:51
    Using Custom Authorizers
  69. Урок 69. 00:06:10
    Retrieving Users from Custom Authorizers
  70. Урок 70. 00:02:28
    What is AWS Cognito?
  71. Урок 71. 00:01:32
    Cognito User Pools and Federated Identities
  72. Урок 72. 00:08:14
    Creating a Cognito User Pool
  73. Урок 73. 00:03:20
    Understanding the Cognito Auth Flow
  74. Урок 74. 00:05:29
    Adding Cognito to a Frontend App - Getting Started
  75. Урок 75. 00:12:01
    Adding Signup to the Frontend App
  76. Урок 76. 00:04:09
    Adding User Confirmation to a Frontend App
  77. Урок 77. 00:05:51
    Adding Signin to a Frontend App
  78. Урок 78. 00:03:49
    Managing User State with Cognito
  79. Урок 79. 00:02:47
    Using a Cognito Authorizer with API Gateway
  80. Урок 80. 00:06:44
    Passing the right User ID to Lambda
  81. Урок 81. 00:08:00
    Using Query Params & Cognito from Lambda
  82. Урок 82. 00:03:51
    Passing Query Params from the Frontend
  83. Урок 83. 00:05:06
    Passing the User Id to the DELETE Endpoint
  84. Урок 84. 00:01:47
    Wrap Up
  85. Урок 85. 00:02:01
    Module Introduction
  86. Урок 86. 00:02:33
    What is S3?
  87. Урок 87. 00:04:31
    Creating a S3 Bucket
  88. Урок 88. 00:02:48
    Uploading the Web App to the Bucket
  89. Урок 89. 00:03:40
    Turning a S3 Bucket into a Static Webserver
  90. Урок 90. 00:01:54
    Setting up Logging
  91. Урок 91. 00:02:29
    Optimizing Content Delivery: What is AWS CloudFront?
  92. Урок 92. 00:04:40
    Setting up a CloudFront Distribution
  93. Урок 93. 00:01:09
    Finishing the CloudFront Setup
  94. Урок 94. 00:01:16
    Using a Custom Domain: What is Route53?
  95. Урок 95. 00:01:53
    Registering a Domain
  96. Урок 96. 00:07:02
    Connecting a Domain to a CloudFront Distribution
  97. Урок 97. 00:01:16
    Wrap Up
  98. Урок 98. 00:03:14
    Module Introduction
  99. Урок 99. 00:02:11
    Documenting an API
  100. Урок 100. 00:08:01
    Other AWS Lambda Triggers
  101. Урок 101. 00:01:59
    Going Serverless with a Node/ Express App (Non-API!)
  102. Урок 102. 00:09:25
    Running Node/ Express Apps via Lambda + API Gateway
  103. Урок 103. 00:03:09
    Pros and Cons of Serverless Node/Express MPA
  104. Урок 104. 00:12:05
    Serverless Apps and Security
  105. Урок 105. 00:01:04
    A Case of a Better Development Workflow
  106. Урок 106. 00:06:03
    Getting to know the Serverless Framework
  107. Урок 107. 00:03:41
    Getting to know SAM (Serverless Application Model) by AWS
  108. Урок 108. 00:03:19
    Testing Serverless Apps with localstack
  109. Урок 109. 00:05:39
    Other useful AWS Services
  110. Урок 110. 00:01:12
    Wrap Up
  111. Урок 111. 00:00:56
    Course Roundup