Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай AWS Serverless REST APIs for Java Developers. CI/CD included, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:02:11
    Introduction
  2. Урок 2. 00:05:33
    What is an API?
  3. Урок 3. 00:04:07
    Introduction to REST API
  4. Урок 4. 00:06:16
    REST API Resources & URIs
  5. Урок 5. 00:02:59
    API Operations and HTTP methods
  6. Урок 6. 00:06:57
    The multi-tier architecture and Microservices
  7. Урок 7. 00:08:58
    AWS Serverless services overview
  8. Урок 8. 00:06:07
    AWS Serverless architecture example
  9. Урок 9. 00:05:43
    Introduction
  10. Урок 10. 00:08:21
    Import from Swagger or Open API 3
  11. Урок 11. 00:06:56
    Method execution flow overview
  12. Урок 12. 00:03:23
    Method request overview
  13. Урок 13. 00:02:56
    Integration request overview
  14. Урок 14. 00:01:36
    Integration response overview
  15. Урок 15. 00:02:38
    Method response overview
  16. Урок 16. 00:03:02
    Trying how it works
  17. Урок 17. 00:02:52
    Introduction
  18. Урок 18. 00:02:06
    Creating a new API
  19. Урок 19. 00:02:58
    Creating a new Resource
  20. Урок 20. 00:04:31
    Creating HTTP Method
  21. Урок 21. 00:04:00
    Returning Mock Data
  22. Урок 22. 00:03:52
    Path parameter
  23. Урок 23. 00:04:13
    Reading the path parameter
  24. Урок 24. 00:01:29
    Query String Parameters
  25. Урок 25. 00:04:07
    Reading Query String Parameter in a Mapping template
  26. Урок 26. 00:04:56
    Deploying Mock API
  27. Урок 27. 00:07:05
    Documenting API
  28. Урок 28. 00:00:50
    Introduction
  29. Урок 29. 00:05:59
    Export API and Test with Swagger
  30. Урок 30. 00:03:43
    Export API with Gateway Extensions
  31. Урок 31. 00:03:27
    Export API and Test with Postman
  32. Урок 32. 00:04:46
    Validating Request Parameters & Headers
  33. Урок 33. 00:05:41
    Validating Request Body - Creating a Model.
  34. Урок 34. 00:01:39
    Associate Model with HTTP Request
  35. Урок 35. 00:02:00
    Validating Request Body - Trying how it works.
  36. Урок 36. 00:01:34
    Function as a Service(SaaS)
  37. Урок 37. 00:06:13
    Lambda function & other Services
  38. Урок 38. 00:02:16
    Anatomy of a Java Lambda function handler
  39. Урок 39. 00:04:51
    Lambda Execution Environment
  40. Урок 40. 00:03:19
    Cold start, warm start & provisioned concurrency
  41. Урок 41. 00:03:39
    Pricing
  42. Урок 42. 00:02:05
    Creating new Maven project
  43. Урок 43. 00:02:24
    Adding Maven dependencies
  44. Урок 44. 00:02:51
    Maven Shade Plugin
  45. Урок 45. 00:03:01
    Creating Lambda function
  46. Урок 46. 00:04:32
    Reading Request returning Response
  47. Урок 47. 00:03:03
    Creating function in AWS Console
  48. Урок 48. 00:02:50
    Deploying Lambda function
  49. Урок 49. 00:02:50
    Testing Lambda function with Input Template
  50. Урок 50. 00:01:02
    Create new API project
  51. Урок 51. 00:05:59
    Assigning Lambda function to API Endpoint
  52. Урок 52. 00:03:25
    Introduction
  53. Урок 53. 00:05:15
    Creating a new IAM User
  54. Урок 54. 00:04:33
    Installing AWS SAM
  55. Урок 55. 00:03:40
    Installing AWS CLI
  56. Урок 56. 00:02:19
    Configure AWS Credentials on your computer
  57. Урок 57. 00:04:54
    Creating a new project with SAM
  58. Урок 58. 00:04:26
    Refactor project to use a different name
  59. Урок 59. 00:10:21
    Read User Details JSON and return HTTP Response
  60. Урок 60. 00:05:29
    SAM template file overview
  61. Урок 61. 00:07:23
    SAM template - Resources
  62. Урок 62. 00:07:13
    SAM template - Outputs
  63. Урок 63. 00:02:32
    The event.json file
  64. Урок 64. 00:01:56
    Invoke Remote Lambda function from local computer
  65. Урок 65. 00:03:37
    Debug Lambda function locally
  66. Урок 66. 00:06:43
    Deploy Lambda function to AWS
  67. Урок 67. 00:02:30
    Invoke public API Endpoint
  68. Урок 68. 00:04:51
    Viewing logs
  69. Урок 69. 00:03:13
    Delete AWS SAM application
  70. Урок 70. 00:02:29
    Introduction
  71. Урок 71. 00:03:17
    Java Map instead of APIGatewayProxy Event objects
  72. Урок 72. 00:01:37
    Deploying application to AWS
  73. Урок 73. 00:02:32
    Creating a new Request Model
  74. Урок 74. 00:01:21
    Creating a new Response Model
  75. Урок 75. 00:08:35
    Transforming HTTP Request Payload
  76. Урок 76. 00:01:53
    Reading New Request Model
  77. Урок 77. 00:04:53
    Trying how it works
  78. Урок 78. 00:04:39
    Response Mapping Template
  79. Урок 79. 00:01:29
    Configure Method Response
  80. Урок 80. 00:02:15
    Trying how the Response Mapping
  81. Урок 81. 00:04:10
    Reading with Query String Parameters & Headers
  82. Урок 82. 00:04:10
    Introduction
  83. Урок 83. 00:01:58
    Deploy project
  84. Урок 84. 00:10:34
    Customize the Default API Gateway Error Response
  85. Урок 85. 00:02:52
    Trying how it works
  86. Урок 86. 00:03:05
    Proxy Integration. Causing a 500 Server Error.
  87. Урок 87. 00:02:09
    Proxy Integration. Handle Exception and return custom JSON.
  88. Урок 88. 00:02:55
    Trying how it works
  89. Урок 89. 00:04:13
    Deploy and disable Proxy Integration
  90. Урок 90. 00:05:02
    Response code & Lambda Error Regex for 500 status code
  91. Урок 91. 00:03:49
    Mapping template for 500 status code
  92. Урок 92. 00:04:47
    Lambda Error Regex for Different Error
  93. Урок 93. 00:05:33
    Handle multiple exceptions
  94. Урок 94. 00:02:09
    Introduction
  95. Урок 95. 00:02:56
    Deploying new code
  96. Урок 96. 00:03:35
    Publishing a new version
  97. Урок 97. 00:02:30
    Assign new version to API endpoint
  98. Урок 98. 00:03:18
    Publish version #2
  99. Урок 99. 00:02:19
    Lambda Aliases - Introduction
  100. Урок 100. 00:03:16
    Creating an Alias
  101. Урок 101. 00:02:10
    Using Alias in API Gateway
  102. Урок 102. 00:03:43
    Trying how the Lambda Alias works
  103. Урок 103. 00:03:47
    Shift traffic between two lambda versions
  104. Урок 104. 00:04:19
    Introduction
  105. Урок 105. 00:03:10
    Create Canary
  106. Урок 106. 00:02:14
    Deploy changes to Canary
  107. Урок 107. 00:01:40
    Trying how it works
  108. Урок 108. 00:02:09
    Promoting and Deleting Canary
  109. Урок 109. 00:05:03
    Creating Environment Variables in AWS SAM
  110. Урок 110. 00:02:15
    Reading Environment Variables
  111. Урок 111. 00:03:42
    Trying how it works
  112. Урок 112. 00:01:13
    Creating Lambda environment variables in AWS Web Console
  113. Урок 113. 00:01:41
    Environment variables encryption options
  114. Урок 114. 00:03:14
    Creating new encryption key
  115. Урок 115. 00:02:31
    Encrypting environment variables with AWS KMS key
  116. Урок 116. 00:07:04
    Decrypting Environment Variables
  117. Урок 117. 00:01:55
    Trying how it works
  118. Урок 118. 00:03:19
    Introduction
  119. Урок 119. 00:04:38
    User pool - Name and Attributes step
  120. Урок 120. 00:01:19
    User pool - Policies step
  121. Урок 121. 00:01:48
    User pool - MFA and verifications step
  122. Урок 122. 00:03:51
    User pool - Message customizations step
  123. Урок 123. 00:01:41
    User pool - Tags and Devices steps
  124. Урок 124. 00:03:20
    User pool - Creating an App Client
  125. Урок 125. 00:01:55
    User pool - Final steps
  126. Урок 126. 00:04:57
    Adding AWS SDK Cognito Dependencies
  127. Урок 127. 00:02:20
    Create User - Reading Request Body
  128. Урок 128. 00:01:45
    Creating CognitoUserService and CreateUser function
  129. Урок 129. 00:06:35
    Working on Cognito SignUpRequest
  130. Урок 130. 00:04:58
    Generating Secret Hash value
  131. Урок 131. 00:05:11
    Creating and using the CognitoIdentityProviderClient
  132. Урок 132. 00:05:57
    Calling the createUser() function
  133. Урок 133. 00:05:42
    User Sign-up. Trying how it works.
  134. Урок 134. 00:01:24
    Creating the Confirm User Lambda function
  135. Урок 135. 00:04:57
    Implementing Confirm User Signup function
  136. Урок 136. 00:06:06
    Calling the Confirm User method
  137. Урок 137. 00:02:51
    Define Confirm User Signup function in AWS SAM template
  138. Урок 138. 00:07:52
    Encrypting environment variables
  139. Урок 139. 00:04:23
    Decrypting Environment Variables in Java code
  140. Урок 140. 00:01:58
    Updating Encryption & Decryption KMS Key
  141. Урок 141. 00:01:58
    Trying how it works
  142. Урок 142. 00:01:36
    Creating LoginUserHandler
  143. Урок 143. 00:01:52
    Define LoginUserHandle in AWS SAM template
  144. Урок 144. 00:08:25
    Implementing User Login method in the service class
  145. Урок 145. 00:04:47
    Calling User Login method
  146. Урок 146. 00:02:47
    Trying how it works
  147. Урок 147. 00:08:16
    Error message as jSON rather than plain text
  148. Урок 148. 00:06:03
    Creating a User Group
  149. Урок 149. 00:03:21
    Implementing AddUserToGroup() method
  150. Урок 150. 00:05:56
    Calling the AddUserToGroup() method
  151. Урок 151. 00:03:53
    Encrypting Environment Variable
  152. Урок 152. 00:07:47
    Define AddUserToGroup function in AWS SAM template
  153. Урок 153. 00:05:21
    Trying how the Add User To Group function works
  154. Урок 154. 00:02:23
    Creating GetUserHandler Lambda function
  155. Урок 155. 00:03:08
    Define GetUserHandler function in AWS SAM template
  156. Урок 156. 00:03:06
    Secure API endpoint with Cognito Authorizer
  157. Урок 157. 00:04:33
    Using ID token with Cognito Authorizer
  158. Урок 158. 00:05:09
    Implementing Get User Details method
  159. Урок 159. 00:03:33
    Calling the Get User method
  160. Урок 160. 00:01:53
    Trying how it works
  161. Урок 161. 00:03:28
    Validating required HTTP header
  162. Урок 162. 00:10:23
    Import Open API definition into SAM template
  163. Урок 163. 00:03:55
    Introduction
  164. Урок 164. 00:05:18
    Starter project overview & source code
  165. Урок 165. 00:04:42
    Creating Lambda Authorizer in API Gateway
  166. Урок 166. 00:02:49
    Import Open-API configuration into AWS SAM template
  167. Урок 167. 00:04:06
    Lambda authorizer Output
  168. Урок 168. 00:09:23
    Generating Policy Document
  169. Урок 169. 00:02:02
    Trying how it works
  170. Урок 170. 00:02:28
    Adding JWT validation dependencies
  171. Урок 171. 00:07:16
    Implement the JWT validation function
  172. Урок 172. 00:04:40
    Validating the JWT
  173. Урок 173. 00:03:05
    Trying how JWT validation works
  174. Урок 174. 00:06:02
    Implementing the GetUserByUsername function
  175. Урок 175. 00:02:34
    Add Policy to allow the AWS SAM template file
  176. Урок 176. 00:04:02
    Calling getUserByUsername() from handleRequest() method
  177. Урок 177. 00:02:33
    Trying how it works
  178. Урок 178. 00:03:10
    Introduction
  179. Урок 179. 00:01:57
    Create a new API Key
  180. Урок 180. 00:03:23
    Create a Usage Plan
  181. Урок 181. 00:02:57
    Secure API Endpoint with API Key
  182. Урок 182. 00:02:17
    Trying how it works
  183. Урок 183. 00:01:53
    Introduction
  184. Урок 184. 00:02:47
    Testing Pyramid
  185. Урок 185. 00:03:37
    F.I.R.S.T principle
  186. Урок 186. 00:03:42
    Adding JUnit Test Dependencies
  187. Урок 187. 00:04:39
    Running and failing a test case
  188. Урок 188. 00:03:17
    Naming a Unit Test Method
  189. Урок 189. 00:04:00
    Arrange, Act, Assert
  190. Урок 190. 00:03:22
    Unit Test Lifecycle methods
  191. Урок 191. 00:04:52
    Creating Mock Objects
  192. Урок 192. 00:03:19
    Mocking APIGatewayProxyRequestEvent
  193. Урок 193. 00:03:24
    Mocking Context object
  194. Урок 194. 00:03:22
    Mocking CognitoUserService class
  195. Урок 195. 00:02:29
    Invoke function under test
  196. Урок 196. 00:07:31
    Assertions for the CreateUserHandler Unit Test
  197. Урок 197. 00:03:26
    Centralize property names
  198. Урок 198. 00:06:47
    Test if function returns error message if request body is empty
  199. Урок 199. 00:09:01
    Test if function returns error message when AwsServiceException takes place
  200. Урок 200. 00:03:09
    Introduction to AWS CodeCommit
  201. Урок 201. 00:03:22
    Git Branches
  202. Урок 202. 00:03:23
    Creating Local Git Repository
  203. Урок 203. 00:03:55
    Git Ignore file
  204. Урок 204. 00:02:38
    Commit files to main branch
  205. Урок 205. 00:01:26
    Creating Remote Git Repository
  206. Урок 206. 00:04:43
    Creating User Credentials
  207. Урок 207. 00:03:46
    Push Initial Commit to a Remote Git Branch
  208. Урок 208. 00:04:30
    Push New Updates to a Remote Git Branch
  209. Урок 209. 00:02:37
    Creating a Pull Request
  210. Урок 210. 00:03:11
    Approving and Merging Pull Request
  211. Урок 211. 00:02:18
    Introduction
  212. Урок 212. 00:02:16
    Creating a new S3 bucket
  213. Урок 213. 00:08:10
    Creating a BuildSpec file
  214. Урок 214. 00:01:53
    Commit BuildSpec file to main branch
  215. Урок 215. 00:08:01
    Creating a new CodeBuild project
  216. Урок 216. 00:02:22
    Fixing a Unit Test method
  217. Урок 217. 00:02:53
    Running Code Build
  218. Урок 218. 00:02:40
    Introduction
  219. Урок 219. 00:06:29
    CloudFormation Role
  220. Урок 220. 00:07:48
    Creating CodePipeline to Deploy AWS Lambda
  221. Урок 221. 00:04:12
    Execute a Change Set
  222. Урок 222. 00:03:06
    Making code change that triggers pipeline