zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
[FreeAllCourse.Com] Udemy - Serverless Framework Bootcamp Node.js AWS & Microservices
magnet:?xt=urn:btih:b1303d315730eea1510ddf73d22c7eb0bb5cf194&dn=[FreeAllCourse.Com] Udemy - Serverless Framework Bootcamp Node.js AWS & Microservices
磁力链接详情
Hash值:
b1303d315730eea1510ddf73d22c7eb0bb5cf194
点击数:
310
文件大小:
1.94 GB
文件数量:
71
创建日期:
2020-7-4 23:06
最后访问:
2024-12-25 22:20
访问标签:
FreeAllCourse
Com
Udemy
-
Serverless
Framework
Bootcamp
Node
js
AWS
&
Microservices
文件列表详情
4. Auctions Service Part 2 (CRUD Operations)/5. CRUD Operation Placing a Bid.mp4 57.59 MB
1. Course Introduction/1. Project Overview.mp4 17.61 MB
1. Course Introduction/2. Serverless Architecture in a Nutshell.mp4 16.03 MB
1. Course Introduction/3. Introduction to Serverless Framework.mp4 35.89 MB
1. Course Introduction/4. Real-world Serverless Use Cases.mp4 12.63 MB
1. Course Introduction/5. Introduction to Microservices Architecture.mp4 41.06 MB
1. Course Introduction/6. AWS Free Tier.mp4 5.51 MB
2. Requirements and Prerequisites/1. Installing Node.js and NPM.mp4 2.66 MB
2. Requirements and Prerequisites/2. Installing the AWS CLI.mp4 2.55 MB
2. Requirements and Prerequisites/3. Installing the Serverless Framework CLI.mp4 5.26 MB
2. Requirements and Prerequisites/4. Configuring the AWS CLI + IAM.mp4 16.42 MB
2. Requirements and Prerequisites/5. (Optional) AWS Budgets and Alerts.mp4 21.86 MB
2. Requirements and Prerequisites/6. My Postman Setup.mp4 4.96 MB
3. Auction Service Part 1/1. Let's Connect!.mp4 3.43 MB
3. Auction Service Part 1/2. Creating a Serverless Framework Project.mp4 9.94 MB
3. Auction Service Part 1/3. The Anatomy of a Serverless Project.mp4 39.32 MB
3. Auction Service Part 1/4. Deploying Our Application for the First Time.mp4 49.12 MB
3. Auction Service Part 1/5. (Tip) Stack Removal.mp4 1.16 MB
3. Auction Service Part 1/6. Creating an Auction (Part 1).mp4 40.57 MB
3. Auction Service Part 1/7. Creating an Auction (Part 2).mp4 22.78 MB
3. Auction Service Part 1/8. Introduction to DynamoDB.mp4 56.23 MB
3. Auction Service Part 1/9. Creating our DynamoDB Table (IaaC).mp4 34.61 MB
3. Auction Service Part 1/10. Using the DynamoDB DocumentClient to Insert an Auction.mp4 54.46 MB
3. Auction Service Part 1/11. Defining IAM Role Statements (Permissions).mp4 45.95 MB
3. Auction Service Part 1/12. Optimising serverless.yml (Part 1) Roles and IAM Statements.mp4 34 MB
3. Auction Service Part 1/13. Optimising serverless.yml (Part 2) Intrinsic Functions and Custom Variables.mp4 46.36 MB
3. Auction Service Part 1/14. Serverless Offline - Is It Worth It.mp4 28.85 MB
4. Auctions Service Part 2 (CRUD Operations)/1. Introduction to Middy and Middleware.mp4 47.57 MB
4. Auctions Service Part 2 (CRUD Operations)/2. CRUD Operation Get Auctions.mp4 39.81 MB
4. Auctions Service Part 2 (CRUD Operations)/3. CRUD Operation Get Auction by ID.mp4 48.8 MB
4. Auctions Service Part 2 (CRUD Operations)/4. Creating a Common Middleware.mp4 31.78 MB
4. Auctions Service Part 2 (CRUD Operations)/6. Validation Placing a Bid.mp4 30.93 MB
5. Auction Service Part 3 (Processing Auctions)/1. Using Scheduled Events to Process Our Auctions.mp4 35.13 MB
5. Auction Service Part 3 (Processing Auctions)/2. Creating a Global Secondary Index (status, endingAt).mp4 43.07 MB
5. Auction Service Part 3 (Processing Auctions)/3. Identifying Ended Auctions.mp4 55.83 MB
5. Auction Service Part 3 (Processing Auctions)/4. Closing Auctions.mp4 45.04 MB
5. Auction Service Part 3 (Processing Auctions)/5. Validation Bidding on Closed Auctions.mp4 11.42 MB
5. Auction Service Part 3 (Processing Auctions)/6. (Challenge) Getting Auctions - Filter by Status.mp4 29.89 MB
5. Auction Service Part 3 (Processing Auctions)/7. JSON Schema Validation - Get Auctions Status.mp4 35.25 MB
5. Auction Service Part 3 (Processing Auctions)/8. (Challenge) Create Auction Schema Validation.mp4 21.65 MB
5. Auction Service Part 3 (Processing Auctions)/9. (Challenge) Place Bid Schema Validation.mp4 15.9 MB
6. Auth Service/1. Section Introduction.mp4 16.88 MB
6. Auth Service/2. Introduction to Auth0.mp4 9.47 MB
6. Auth Service/3. Creating an Auth0 Application.mp4 16.51 MB
6. Auth Service/4. Getting Test Tokens.mp4 33.11 MB
6. Auth Service/5. Deploying Auth Service.mp4 53.08 MB
6. Auth Service/6. Protecting Auction Service Endpoints.mp4 34.79 MB
6. Auth Service/7. Specifying Seller Identity.mp4 15.05 MB
6. Auth Service/8. Specifying Bidder Identity (+Validation).mp4 30.62 MB
7. Notification Service/1. Notification Service Setup.mp4 7.13 MB
7. Notification Service/2. Verify Email Address (AWS SES).mp4 8 MB
7. Notification Service/3. Defining the sendMail Lambda Function.mp4 17.58 MB
7. Notification Service/4. Sending Our First (Test) Email.mp4 29.53 MB
7. Notification Service/5. Introduction to SQS and Message Queues.mp4 29.26 MB
7. Notification Service/6. Provisioning AWS SQS Message Queue (MailQueue).mp4 45 MB
7. Notification Service/7. Manually Sending SQS Messages.mp4 16.72 MB
7. Notification Service/8. Exporting MailQueue Variables (CloudFormation).mp4 32.17 MB
7. Notification Service/9. Importing Outputs in Auction Service.mp4 24.12 MB
7. Notification Service/10. Notifying Bidder and Seller.mp4 43.63 MB
7. Notification Service/11. (Challenge) Handling No Bids Case.mp4 22.18 MB
7. Notification Service/12. (Optional) Uncommenting EventBridge Trigger.mp4 4.88 MB
8. Auction Picture (Amazon S3)/1. Setting up an S3 Bucket and Lambda Function.mp4 53.91 MB
8. Auction Picture (Amazon S3)/2. (Optional) Amazon S3 Picture Expiry.mp4 7.85 MB
8. Auction Picture (Amazon S3)/3. Uploading Picture to S3.mp4 49.25 MB
8. Auction Picture (Amazon S3)/4. Quick Error Handling Fix.mp4 18.18 MB
8. Auction Picture (Amazon S3)/5. Setting Picture URL in DynamoDB.mp4 46.26 MB
8. Auction Picture (Amazon S3)/6. (Challenge) Validate Auction Ownership.mp4 26.93 MB
8. Auction Picture (Amazon S3)/7. (Challenge) Validate Request Body (base64).mp4 33.98 MB
9. (Bonus) Front-end Application/1. Front-end Demo.mp4 13.1 MB
9. (Bonus) Front-end Application/2. Enabling CORS on Auction Service.mp4 23.22 MB
9. (Bonus) Front-end Application/3. Setting up the Auctions Front-end.mp4 24.13 MB
其他位置