Урок 1. 00:13:10
Introduction
Урок 2. 00:04:44
Hands-on Labs with Real-World Use Cases
Урок 3. 00:03:23
Serverless Explanained : AWS Operational Responsibility Model
Урок 4. 00:08:16
AWS Serverless Services and Way of Learning
Урок 5. 00:05:02
AWS Cost Management During the Course
Урок 6. 00:02:37
Project Code & Course Slides
Урок 7. 00:02:56
Project Code Structure
Урок 8. 00:02:49
How to follow the Course
Урок 9. 00:07:59
Create Free Tier AWS Account
Урок 10. 00:06:12
Security Best Practices of AWS Accounts
Урок 11. 00:12:01
Create IAM User Account and Configure for Programmatic and Console Access
Урок 12. 00:11:11
AWS Access Types - Programmatic and Management Console Access
Урок 13. 00:05:07
What is AWS Lambda?
Урок 14. 00:02:10
How does AWS Lambda work?
Урок 15. 00:06:05
AWS Lambda Main Features
Урок 16. 00:05:02
AWS Lambda Event Sources and Destination Trigger Services
Урок 17. 00:10:11
AWS Lambda Invocation Types
Урок 18. 00:09:09
AWS Lambda Function Code
Урок 19. 00:03:01
AWS Lambda Execution Environment
Урок 20. 00:03:11
Configuring AWS Lambda Functions
Урок 21. 00:07:43
Concurrency on AWS Lambda - Reserved and Provisioned Concurrency
Урок 22. 00:09:41
AWS Lambda Permissions; Execution Role and Resource-based Policies
Урок 23. 00:07:35
Getting Started with AWS Lambda and How Lambda Works
Урок 24. 00:02:46
Create our First AWS Lambda Function with AWS Management Console
Урок 25. 00:03:46
Test AWS Lambda Function with AWS Management Console
Урок 26. 00:07:33
Configurations of AWS Lambda Function with AWS Management Console
Урок 27. 00:04:05
Logs of AWS Lambda Function with AWS Management Console
Урок 28. 00:02:43
Change AWS Lambda Function Code on AWS Management Console
Урок 29. 00:03:48
Create AWS Lambda Function with No-BluePrint with AWS Management Console
Урок 30. 00:03:22
Upload zip file for Lambda Function with AWS Management Console
Урок 31. 00:00:40
Clean up Resources
Урок 32. 00:01:15
Introduction - Prerequisites and Tools
Урок 33. 00:01:24
Prerequisites 1 - AWS Account and User
Урок 34. 00:05:22
Prerequisites 2 - AWS CLI
Урок 35. 00:14:03
Quick Setup of AWS CLI
Урок 36. 00:03:33
Prerequisites 3 - NodeJS
Урок 37. 00:01:09
Check our Installations
Урок 38. 00:01:06
Prerequisites 4 - Visual Studio Code
Урок 39. 00:01:34
Prerequisites 5 - Postman
Урок 40. 00:02:35
Introduction - AWS Lambda - Developing with AWS CLI - Programmatic Access
Урок 41. 00:02:59
Course Folder Structure and Create Project Directory
Урок 42. 00:08:12
Using AWS Lambda with the AWS CLI
Урок 43. 00:09:04
Invoking Lambda functions with the AWS CLI
Урок 44. 00:08:50
Invoking Lambda functions with passing event.json file using AWS CLI
Урок 45. 00:01:43
Create AWS Lambda functions with AWS CLI
Урок 46. 00:09:39
Create Execution Role for Lambda functions with AWS CLI
Урок 47. 00:03:10
Develop AWS Lambda function handler in Node.js
Урок 48. 00:04:12
Deploy Node.js Lambda Functions with .zip File Archives
Урок 49. 00:04:56
Create AWS Lambda function with .zip file using AWS CLI
Урок 50. 00:02:30
Invoking Lambda functions with passing event.json file using AWS CLI
Урок 51. 00:04:26
AWS Lambda CloudWatch Logs using AWS CLI
Урок 52. 00:06:10
Update AWS Lambda Function Code using AWS CLI
Урок 53. 00:08:44
Update AWS Lambda Function with Additional Dependencies using AWS CLI
Урок 54. 00:05:58
AWS Lambda Context Object in Node.js Function
Урок 55. 00:04:12
AWS Lambda Function Logging in Node.js Example
Урок 56. 00:02:57
AWS Lambda Function Errors in Node.js Example
Урок 57. 00:04:57
Using AWS Lambda Environment Variables
Урок 58. 00:02:26
Clean up Resources - Delete AWS Lambda Functions
Урок 59. 00:05:38
AWS Lambda Best Practices and Event-driven Architecture
Урок 60. 00:05:31
Understanding How Lambda Trigger with Event Json Object
Урок 61. 00:04:17
Understanding How Lambda Trigger with Event JSON Object Part 2
Урок 62. 00:11:55
Hands-on Lab: Greeting Project
Урок 63. 00:09:14
Hands-on Lab: Calculator Project
Урок 64. 00:03:50
AWS Lambda Trigger Events and Test Templates
Урок 65. 00:09:38
AWS Lambda Invocation Types
Урок 66. 00:06:06
AWS Lambda Asynchronous Invocation using AWS CLI
Урок 67. 00:02:35
AWS Lambda Function URLs: Built-in HTTPS urls for Single-Function Microservice
Урок 68. 00:04:48
Using AWS Lambda as a Microservice
Урок 69. 00:03:39
Creating and Managing AWS Lambda Function URLs w/ Console
Урок 70. 00:05:47
Reviewing and Invoking AWS Lambda Function URLs w/ Console
Урок 71. 00:05:30
Understand Incoming Event When Invoking AWS Lambda Function URLs
Урок 72. 00:06:34
Update Function Code for Incoming Event When Invoking AWS Lambda Function URLs
Урок 73. 00:19:10
Hands-on Lab: Single Calculator Microservice Expose https methods with Lambda
Урок 74. 00:02:13
When to use Function URLs vs. Amazon API Gateway
Урок 75. 00:00:53
Introduction - API Gateway Restful API Development with Synchronous Lambda Event
Урок 76. 00:03:29
What is Amazon API Gateway?
Урок 77. 00:01:16
Architecture of API Gateway
Урок 78. 00:01:58
Main Features of API Gateway
Урок 79. 00:04:08
Amazon API Gateway Use Cases
Урок 80. 00:01:14
API Gateway as a Lambda Synchronous Event Sources
Урок 81. 00:03:51
Amazon API Gateway Core Concepts
Урок 82. 00:01:14
Amazon API Gateway -Differences between REST - HTTP API
Урок 83. 00:01:13
Introduction - API Gateway - HTTP API - Walkthrough with AWS Management Console
Урок 84. 00:04:05
API Gateway - HTTP API - Core Concepts; Routes
Урок 85. 00:01:04
API Gateway - HTTP API - Core Concepts; Integrations
Урок 86. 00:02:00
API Gateway - HTTP API - Core Concepts; Stages
Урок 87. 00:07:31
Getting Started with API Gateway - HTTP APIs
Урок 88. 00:02:51
Hands-on Lab: Build CRUD Microservice with HTTP API and Lambda
Урок 89. 00:08:00
Hands-on Lab: Build CRUD Microservice - Create HTTP API
Урок 90. 00:06:51
Understanding How HTTP API Trigger Lambda with Event Json Object
Урок 91. 00:08:26
Develop Lambda Function for Incoming HTTP API Event Json Object
Урок 92. 00:02:44
E2E Test HTTP API and Lambda Function with Incoming HTTP API Event Json Object
Урок 93. 00:00:51
Clear Resources
Урок 94. 00:01:04
Introduction - API Gateway - REST API - Walkthrough with AWS Management Console
Урок 95. 00:03:06
API Gateway - REST API - Core Concepts; Resources, Methods, Stages, Authorizers
Урок 96. 00:12:28
Getting Started with API Gateway - REST APIs
Урок 97. 00:04:59
Enable Request validation in API Gateway - REST API
Урок 98. 00:03:09
Hands-on Lab: Build CRUD Microservice with REST API and Lambda
Урок 99. 00:08:03
Hands-on Lab: Build CRUD Microservice - Create REST API
Урок 100. 00:06:27
Understanding How REST API Trigger Lambda with Event Json Object
Урок 101. 00:06:04
Develop Lambda Function for Incoming REST API Event Json Object
Урок 102. 00:03:34
E2E Test REST API and Lambda Function with Incoming REST API Event Json Object
Урок 103. 00:02:56
Alternative Way to Create a REST API from AWS Lambda Function
Урок 104. 00:00:50
Clear Resources
Урок 105. 00:02:26
Introduction - API Gateway - WebSocket API - Walkthrough with AWS Console
Урок 106. 00:03:02
API Gateway - WebSocket API - Core Concepts; Routes, Integrations, Stages
Урок 107. 00:12:10
Getting started with API Gateway - WebSocket APIs
Урок 108. 00:01:48
Hands-on Lab: Build Serverless Chat App with a WebSocket API and Lambda
Урок 109. 00:04:00
Hands-on Lab: Build Serverless Chat App - Create WebSocket API
Урок 110. 00:07:06
Understanding How WebSocket API Trigger Lambda with Event Json Object
Урок 111. 00:15:35
Develop Lambda Function for Incoming WebSocket API Event Json Object
Урок 112. 00:03:49
E2E Test WebSocket API and Lambda Function with Incoming WebSocket API Event obj
Урок 113. 00:00:45
Clear Resources
Урок 114. 00:02:15
What Is Amazon DynamoDB?
Урок 115. 00:05:26
AWS DynamoDB Core Concepts - Tables, Items, Attributes, Indexes
Урок 116. 00:04:12
AWS DynamoDB Primary Key, Partition Key and Sort Key
Урок 117. 00:03:29
Amazon DynamoDB Partitions and Data Distribution with Partition Key and Sort Key
Урок 118. 00:08:08
Amazon DynamoDB Read Consistency, CAP Theorem and Eventual Consistency
Урок 119. 00:01:56
Amazon DynamoDB Read and Write Capacity Mode
Урок 120. 00:06:45
Amazon DynamoDB API References
Урок 121. 00:01:52
Amazon DynamoDB PartiQL - A SQL-Compatible Query Language for DynamoDB
Урок 122. 00:01:57
Accessing DynamoDB with Different Ways
Урок 123. 00:00:41
Introduction - Amazon DynamoDB Walkthrough with AWS Management Console
Урок 124. 00:09:11
Create our First Amazon DynamoDB Table with AWS Management Console
Урок 125. 00:05:36
Write an Item into Amazon DynamoDB Table with AWS Management Console
Урок 126. 00:03:30
Read Data - Scan Command - from Amazon DynamoDB Table with AWS Console
Урок 127. 00:02:28
Read Data - Query Command - from Amazon DynamoDB Table with AWS Console
Урок 128. 00:01:44
Update Data from Amazon DynamoDB Table with AWS Management Console
Урок 129. 00:01:27
Create a Global Secondary Index on Amazon DynamoDB Table with AWS Console
Урок 130. 00:02:15
Query the Global Secondary Index on Amazon DynamoDB Table with AWS Console
Урок 131. 00:01:48
Query Data using PartiQL Editor from Amazon DynamoDB Table with AWS Console
Урок 132. 00:00:26
Clear Resources
Урок 133. 00:00:43
Introduction - Amazon DynamoDB Walkthrough with AWS CLI
Урок 134. 00:03:34
Create DynamoDB Table with AWS CLI
Урок 135. 00:04:53
Write Data into DynamoDB Table with AWS CLI
Урок 136. 00:02:36
Read Data into DynamoDB Table with AWS CLI
Урок 137. 00:03:19
Update Data into DynamoDB Table with AWS CLI
Урок 138. 00:01:34
Query Data into DynamoDB Table with AWS CLI
Урок 139. 00:03:39
PartiQL CRUD Operations into DynamoDB Table with AWS CLI
Урок 140. 00:00:45
Clear Resources
Урок 141. 00:02:38
Intoductuction - RESTful Microservices with AWS Lambda, Api Gateway and DynamoDb
Урок 142. 00:00:57
Create a DynamoDB Table
Урок 143. 00:04:36
Create a Lambda Function
Урок 144. 00:04:00
Create an API Gateway
Урок 145. 00:02:27
Test - RESTful Microservices with AWS Lambda, Api Gateway and DynamoDb
Урок 146. 00:02:28
AWS Console microservice-http-endpoint Lambda Blueprint - Api Gw + Lambda + DB
Урок 147. 00:01:03
Resource Cleanup
Урок 148. 00:01:17
Why we need to know NodeJS Basics ? Skip or Continue ?
Урок 149. 00:01:11
NodeJS Basics and Installment
Урок 150. 00:02:34
Running Node Command
Урок 151. 00:03:20
Run NodeJS Functions
Урок 152. 00:03:19
Passing Arguments to NodeJS Functions
Урок 153. 00:07:32
NodeJS Modules
Урок 154. 00:07:10
NPM - Node Package Manager and Use npm packages into NodeJS
Урок 155. 00:02:34
What is AWS SDK ?
Урок 156. 00:04:42
AWS SDK for JavaScript Version 3 and using SDK with Node.js
Урок 157. 00:06:04
What's new in AWS SDK for JavaScript Version 3 and Cold Start Benefit
Урок 158. 00:05:45
Important - ECMAScript 6 (ES6) Requirements
Урок 159. 00:04:36
Using Node.js ES modules and top-level await in AWS Lambda
Урок 160. 00:03:07
Introduction - Amazon DynamoDB SDK Examples
Урок 161. 00:02:52
Understanding DynamoDb Interactions - Working with Items and Attributes
Урок 162. 00:03:08
Create NodeJS Project with DynamoDB SDK Packages
Урок 163. 00:03:06
Create DynamoDBClient NodeJS Module For Connecting DynamoDB
Урок 164. 00:15:16
Creating a DynamoDB Table
Урок 165. 00:06:44
Listing DynamoDB Tables
Урок 166. 00:03:50
Describing DynamoDB Table
Урок 167. 00:01:54
Deleting DynamoDB Tables
Урок 168. 00:04:18
Reading and writing a Single item in DynamoDB Table
Урок 169. 00:04:16
Writing an Item into DynamoDB Table
Урок 170. 00:05:36
Update an Item into DynamoDB Table
Урок 171. 00:01:43
Getting an Item into DynamoDB Table
Урок 172. 00:01:03
Deleting an Item into DynamoDB Table
Урок 173. 00:01:50
Writing Items in Batch into DynamoDB Table
Урок 174. 00:01:28
Reading Items in Batch into DynamoDB Table
Урок 175. 00:02:39
Querying and Scanning a DynamoDB table
Урок 176. 00:01:30
Querying a DynamoDB Table
Урок 177. 00:01:26
Scanning a DynamoDB table
Урок 178. 00:02:11
PartiQL CRUD Operations into DynamoDB Table with AWS SDK
Урок 179. 00:01:26
Add an item into DynamoDB Table using PartiQL
Урок 180. 00:00:46
Get Item into DynamoDB Table using PartiQL
Урок 181. 00:01:09
Update Item into DynamoDB Table using PartiQL
Урок 182. 00:01:10
Get All Items into DynamoDB Table using PartiQL
Урок 183. 00:01:19
Delete Item into DynamoDB Table using PartiQL and Clear Resources
Урок 184. 00:03:05
Introduction - Developing Lambda Microservices CRUD functions with AWS SDK
Урок 185. 00:01:01
Create DynamoDB Table for Product Microservices
Урок 186. 00:05:12
Create Lambda Function for Product Microservices
Урок 187. 00:05:06
Create an API Gateway for Product Microservices
Урок 188. 00:03:49
Testing Product Microservices Sync Flow; Api Gateway - Lambda - DynamoDb
Урок 189. 00:07:10
Start to Developing Product Lambda Microservice - Install npm package - @aws-sdk
Урок 190. 00:06:17
Developing Product Lambda Microservice with DynamoDB Client - AWS SDK for JS
Урок 191. 00:02:58
AWS API Gateway trigger AWS Lambda with API Gateway proxy event (REST API)
Урок 192. 00:03:06
Developing Product Lambda Microservice with DynamoDB Client - AWS SDK for JS
Урок 193. 00:08:00
Developing getProduct methods for Product Lambda Microservice w/ DynamoDB Client
Урок 194. 00:04:03
Developing getAllProducts methods for Product Lambda Microservice with DynamoDB
Урок 195. 00:10:19
Developing createProduct CRUD methods for Product Lambda Microservice
Урок 196. 00:03:05
Using uuid library When Creating product item into DynamoDb
Урок 197. 00:05:01
Developing deleteProduct CRUD methods for Product Lambda Microservice
Урок 198. 00:06:18
Developing updateProduct CRUD methods for Product Lambda Microservice
Урок 199. 00:06:57
Developing Dynamodb Query and Scan operations for Product Lambda Microservice
Урок 200. 00:06:24
Developing Return Response of Product Lambda Microservice and Manage Switch Blok
Урок 201. 00:06:09
Deploy Product Lambda Function with Uploading Zip File
Урок 202. 00:07:26
Testing Product Microservices Sync Flow; Api Gateway - Lambda - DynamoDb
Урок 203. 00:00:44
Clear Resources
Урок 204. 00:02:03
What is Amazon Cognito?
Урок 205. 00:01:46
Amazon Cognito Main Features
Урок 206. 00:01:00
Amazon Cognito Types - User Pools and Identity Pools
Урок 207. 00:00:49
Amazon Cognito - How it Works ?
Урок 208. 00:03:04
Common Amazon Cognito scenarios
Урок 209. 00:01:52
Amazon Cognito User Pools
Урок 210. 00:01:07
Introduction - Getting Started Amazon Cognito User Pools with AWS Console
Урок 211. 00:07:25
Create Amazon Cognito User Pools with AWS Management Console
Урок 212. 00:07:43
Adding App to Enable the Hosted Web UI with AWS Management Console
Урок 213. 00:01:53
Hands-on Labs: Secure your API Gateway with Amazon Cognito User Pools
Урок 214. 00:02:20
Hands-on Labs: Create Sync Flow with Api Gateway and Lambda
Урок 215. 00:12:32
Hands-on Labs: Configure Amazon Cognito User Pool
Урок 216. 00:08:27
Hands-on Labs: Test - Secure your API Gateway with Amazon Cognito User Pools
Урок 217. 00:01:48
What is Amazon S3 ?
Урок 218. 00:03:59
Amazon S3 Benefits and Features
Урок 219. 00:03:24
How Does Amazon S3 Work ?
Урок 220. 00:03:35
Amazon S3 Core Concepts - Buckets and Objects
Урок 221. 00:02:35
Amazon S3 Use Cases
Урок 222. 00:03:17
Getting started with Amazon S3 with AWS Management Console
Урок 223. 00:03:02
Create Amazon S3 Bucket with AWS Management Console
Урок 224. 00:01:12
Upload Object into Amazon S3 Bucket with AWS Management Console
Урок 225. 00:00:31
Download Object into Amazon S3 Bucket with AWS Management Console
Урок 226. 00:01:40
Delete Object and S3 Bucket with AWS Management Console
Урок 227. 00:05:24
Hands-on Lab: Static Website Hosting on Amazon S3 using AWS Management Console
Урок 228. 00:06:29
Hands-on Lab: Static Website Hosting Part 2
Урок 229. 00:01:28
Hands-on Lab: Test - Static Website Hosting on Amazon S3 using AWS Console
Урок 230. 00:00:54
Clear Resources
Урок 231. 00:03:09
Introduction - Amazon S3 SDK Examples using AWS SDK Javascript v3
Урок 232. 00:04:06
Understanding Amazon S3 Interactions - Working with Buckets and Objects
Урок 233. 00:03:34
Create NodeJS Project with S3 SDK Packages
Урок 234. 00:02:14
Create S3 Client NodeJS Module For Connecting S3
Урок 235. 00:01:52
Creating and using Amazon S3 buckets
Урок 236. 00:03:02
Listing Amazon S3 bucket with AWS SDK
Урок 237. 00:03:24
Creating an Amazon S3 Bucket with AWS SDK
Урок 238. 00:03:57
Uploading a File to an Amazon S3 Bucket with AWS SDK
Урок 239. 00:03:01
Deleting an Amazon S3 bucket with AWS SDK and Clear Resources
Урок 240. 00:04:49
Event-driven Architectures
Урок 241. 00:04:02
AWS Lambda Event Sources and Destination Trigger Services
Урок 242. 00:06:22
AWS Lambda Best Practices and Event-driven Architecture
Урок 243. 00:09:53
AWS Lambda Invocation Types
Урок 244. 00:02:09
Using AWS Lambda with other services - Lambda triggers from other services
Урок 245. 00:03:36
AWS Lambda Use Cases for Invocation Types
Урок 246. 00:02:48
AWS Lambda Asynchronous Invocations
Урок 247. 00:01:56
Hands-on Lab: Using an Amazon S3 trigger to invoke a Lambda function and persist
Урок 248. 00:08:10
Hands-on Lab: Create Infrastructure for Amazon S3, AWS Lambda and DynamoDB
Урок 249. 00:03:41
Hands-on Lab: Develop Lambda Function for async invocation from Amazon S3 1
Урок 250. 00:08:58
Hands-on Lab: Develop Lambda Function for async invocation from Amazon S3 2
Урок 251. 00:06:27
Hands-on Lab: Develop Lambda Function for async invocation from Amazon S3 Part 2
Урок 252. 00:10:21
Hands-on Lab: Develop Lambda Function for DynamoDB Actions
Урок 253. 00:03:20
Hands-on Lab: Deploy Lambda Function Code with Uploading Zip File
Урок 254. 00:02:30
Test E2E Hands-on Lab: Amazon S3 - AWS Lambda - DynamoDB
Урок 255. 00:01:56
AWS Lambda Blueprint for S3 Async Invocation
Урок 256. 00:01:23
Clean up Resources
Урок 257. 00:03:22
AWS Lambda Lambda Destinations
Урок 258. 00:13:24
Hands-on Lab : AWS Lambda Destination to SQS - DLQ Case
Урок 259. 00:01:20
Application Integrations and What is Amazon SNS?
Урок 260. 00:01:00
Amazon SNS Features and Benefits
Урок 261. 00:02:09
Amazon SNS Common Use Cases
Урок 262. 00:01:20
Amazon SNS Event Sources and Destinations
Урок 263. 00:02:29
Amazon SNS - Actions - API Reference Document
Урок 264. 00:01:03
Getting started with Amazon SNS
Урок 265. 00:02:56
Create Topic on Amazon SNS using AWS Management Console
Урок 266. 00:01:47
Create Subscription to Topic on Amazon SNS using AWS Management Console
Урок 267. 00:03:28
Publish Message to Topic on Amazon SNS using AWS Management Console
Урок 268. 00:00:55
Delete Subscription and Topic on Amazon SNS using AWS Management Console
Урок 269. 00:02:28
Introduction - Amazon SNS - Developing with AWS SDK
Урок 270. 00:10:02
Create and Delete Topic on Amazon SNS using AWS SDK
Урок 271. 00:04:25
Publish Message to Topic on Amazon SNS using AWS SDK
Урок 272. 00:08:15
Subscribe and Unsubscribe from Topic on Amazon SNS using AWS SDK
Урок 273. 00:01:25
Introduction - Amazon SNS Notifications Subscribe From AWS Lambda
Урок 274. 00:01:23
Create Notification Amazon SNS topic
Урок 275. 00:02:27
Create Lambda Function for Asnyc Invocations from Amazon SNS
Урок 276. 00:03:06
Create Lambda Subscription to Amazon SNS topic
Урок 277. 00:03:10
Develop Lambda function for incoming event from Amazon SNS topic
Урок 278. 00:01:55
Publish Message from Amazon SNS
Урок 279. 00:00:36
Clean up Resources
Урок 280. 00:02:04
What is Amazon SQS ?
Урок 281. 00:03:58
Benefits of Amazon SQS
Урок 282. 00:02:07
Amazon SQS architecture and How SQS works - The lifecycle of an Amazon SQS msg
Урок 283. 00:03:26
Amazon SQS Visibility Timeout
Урок 284. 00:02:30
Amazon SQS Short and Long polling
Урок 285. 00:02:21
Amazon SQS Dead-letter Queues
Урок 286. 00:03:15
Amazon SQS Queue types - Standard Queues and FIFO Queues
Урок 287. 00:03:02
Serverless Pattern: Topic-Queue Chaining & Load Balancing Pattern
Урок 288. 00:01:57
Getting started with Amazon SQS
Урок 289. 00:04:00
Create Queue on Amazon SQS using AWS Management Console
Урок 290. 00:06:40
Send and Receive Messages to Queue on Amazon SQS using AWS Management Console
Урок 291. 00:00:24
Delete Queue on Amazon SQS using AWS Management Console
Урок 292. 00:02:01
Introduction - Amazon SQS - Developing with AWS SDK
Урок 293. 00:07:30
Create, List and Delete Queue on Amazon SQS using AWS SDK
Урок 294. 00:02:26
Send Messages to Queue on Amazon SQS using AWS SDK
Урок 295. 00:09:36
Receive and Delete Messages to Queue on Amazon SQS using AWS SDK
Урок 296. 00:05:23
AWS Lambda Event Source Mapping (Polling) Invocations
Урок 297. 00:06:35
Hands-on Lab: Amazon SQS Queue Polling From AWS Lambda
Урок 298. 00:02:42
Hands-on Lab: Develop Lambda Function for Polling Queue Message
Урок 299. 00:03:24
Hands-on Lab: Verify and Test Queue Message Polling From AWS Lambda
Урок 300. 00:07:27
Hands-on Lab : AWS Lambda Event Filtering from SQS data
Урок 301. 00:00:33
Clean up Resources
Урок 302. 00:04:15
Introduction - Fan-Out Serverless Architectures Using SNS, SQS and Lambda
Урок 303. 00:04:35
Pub/Sub Fan-Out and Topic Queue Channing Patterns with SNS, SQS and Lambda
Урок 304. 00:15:56
Create Infrastructure for Pub/Sub Fan-Out Architecture with SNS, SQS and Lambda
Урок 305. 00:12:30
Create Infrastructure for Pub/Sub Fan-Out Architecture with SNS, SQS and Lambda2
Урок 306. 00:12:12
Develop Order Acknowledgment Microservices Lambda Function Code
Урок 307. 00:09:02
Develop Order Acknowledgment Microservices Lambda Function Code - Part 2
Урок 308. 00:09:06
Deploy and Test Order Acknowledgment Microservices Lambda
Урок 309. 00:13:23
Develop Inventory Microservices Lambda Function Code
Урок 310. 00:03:28
Test E2E - Hands-on Labs: Fan-Out Serverless Architectures Using SNS, SQS,Lambda
Урок 311. 00:07:59
Message Filter Pattern in Amazon SNS
Урок 312. 00:02:12
Clean up Resources
Урок 313. 00:03:56
Working with Streams on Amazon DynamoDB
Урок 314. 00:02:22
Reading and Processing Amazon DynamoDB Stream
Урок 315. 00:04:01
Using AWS Lambda with Amazon DynamoDB
Урок 316. 00:01:43
Hands-on Labs: Process DynamoDB Streams using AWS Lambda for Change Data Capture
Урок 317. 00:02:09
Hands-on Labs : Create a DynamoDB Table with a Stream Enabled
Урок 318. 00:07:24
Hands-on Labs : Configure DynamoDB Stream as an Event Source of Lambda Function
Урок 319. 00:04:57
Hands-on Labs : Test and Verify DynamoDB Streams Event Source Mapping Lambda
Урок 320. 00:06:49
Hands-on Labs: Develop Lambda Function for DynamoDB Streams Event Source Mapping
Урок 321. 00:00:55
Clean up Resources
Урок 322. 00:03:55
What is Kinesis and Kinesis Streams ?
Урок 323. 00:05:09
Kinesis Streams — Using AWS Lambda to Process Kinesis Streams
Урок 324. 00:10:56
Hands-on Labs : Process Kinesis Streams using AWS Lambda
Урок 325. 00:05:06
Test - Kinesis Streams — Using AWS Lambda to Process Kinesis Streams
Урок 326. 00:00:42
Clean up Resources
Урок 327. 00:02:00
What is Amazon EventBridge ?
Урок 328. 00:02:28
Benefits of Amazon EventBridge
Урок 329. 00:04:39
How Amazon EventBridge works ?
Урок 330. 00:09:32
Amazon EventBridge Core Concepts - Events - Event Buses - Rules - Targets
Урок 331. 00:03:38
Serverless Pattern: Fan-Out & Message Filtering with Publish/Subscribe Pattern
Урок 332. 00:07:48
Using AWS Lambda with Other Services - Amazon EventBridge
Урок 333. 00:02:09
Getting started with Amazon EventBridge with AWS Management Console
Урок 334. 00:03:40
Create Rule in Amazon EventBridge with AWS Management Console
Урок 335. 00:06:30
Create Event Matching Pattern for Rule in Amazon EventBridge with AWS Management
Урок 336. 00:02:05
Define Target for Rule in Amazon EventBridge with AWS Management Console
Урок 337. 00:02:18
Amazon EventBridge Archives, Replays, Integrations with AWS Management Console
Урок 338. 00:01:38
Introduction - Amazon EventBridge - Developing with AWS SDK
Урок 339. 00:04:47
Put Events on Amazon EventBridge using AWS SDK
Урок 340. 00:03:13
Put Event Rule on Amazon EventBridge using AWS SDK
Урок 341. 00:02:36
Put Event Target on Amazon EventBridge using AWS SDK
Урок 342. 00:03:46
Introduction - Event-Driven Microservices and Decouple Microservices with Events
Урок 343. 00:03:17
Event-Driven Microservices Architectures
Урок 344. 00:12:36
Create Infrastructure for Event-Driven Microservice Architecture wth EventBridge
Урок 345. 00:15:40
Create Infrastructure for Amazon EventBridge Customer Event Bus with Event-Drive
Урок 346. 00:06:34
Develop Basket Microservices Lambda Function Code
Урок 347. 00:04:18
Develop Basket Microservices Lambda Function Code - Part 2
Урок 348. 00:06:49
Deploy and Test Basket Microservices Lambda
Урок 349. 00:09:49
Develop Order and Notification Microservices Lambda Function Code
Урок 350. 00:07:46
Test E2E - Hands-on Labs : Event-Driven Microservice Architecture
Урок 351. 00:01:38
Clean up Resources
Урок 352. 00:02:05
What is AWS Step Functions ?
Урок 353. 00:02:51
Benefits and Drawbacks of using AWS Step Functions
Урок 354. 00:02:16
Use Cases of AWS Step Functions
Урок 355. 00:05:10
AWS Step Functions Core Concepts - State Machine, States, Task, Pass, Wait
Урок 356. 00:02:34
AWS Step Functions Workflow types - Standard vs. Express Workflows
Урок 357. 00:01:42
Getting started with AWS Step Functions using AWS Management Console
Урок 358. 00:06:37
Create HelloWorld State Machine in AWS Step Functions using AWS Console
Урок 359. 00:14:58
Create State Machine from Scratch with AWS Step Functions Workflow Studio
Урок 360. 00:12:40
Create Step Functions State Machine Using AWS Lambda
Урок 361. 00:01:56
Introduction - Saga Pattern for Orchestrate Distributed Transactions
Урок 362. 00:02:07
Saga Pattern for Distributed Transactions
Урок 363. 00:02:19
Saga Pattern - Choreography and Orchestration
Урок 364. 00:06:01
AWS Step Functions - Orchestrate Distributed Transactions with Saga Pattern
Урок 365. 00:12:59
Design AWS Step Functions State Machine for Place Order Use Case
Урок 366. 00:01:29
Introduction - Serverless Deployment Frameworks
Урок 367. 00:06:48
What is IaC - Infrastructure as Code
Урок 368. 00:04:47
AWS Cloud Formation
Урок 369. 00:07:53
AWS CDK - Cloud Development Kit
Урок 370. 00:08:13
AWS CDK Core Concepts - Apps - Stacks - Constructs - Environments
Урок 371. 00:05:00
Introduction - Getting Started with AWS CDK
Урок 372. 00:02:46
Prerequisites - AWS CDK Toolkit
Урок 373. 00:04:19
Creating AWS CDK Application for IaC
Урок 374. 00:03:02
Explore CDK Project Directory
Урок 375. 00:01:54
Run CDK Commands on VSCODE - Set-ExecutionPolicy RemoteSigned
Урок 376. 00:08:59
CDK Commands Overview
Урок 377. 00:10:50
Bootstraping CDK Stack
Урок 378. 00:09:01
Developing our AWS CDK App
Урок 379. 00:07:50
Deploying our AWS CDK App
Урок 380. 00:03:09
DON'T FORGET - Destroying our AWS CDK App
Урок 381. 00:01:31
ASSIGNMENT - IaC for E-commerce Serverless Project
Урок 382. 00:00:59
Thanks