Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Serverless Framework Bootcamp: Node.js, AWS & Microservices, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:03:57
    Project Overview
  • Урок 2. 00:02:46
    Serverless Architecture in a Nutshell
  • Урок 3. 00:06:14
    Introduction to Serverless Framework
  • Урок 4. 00:01:48
    Real-world Serverless Use Cases
  • Урок 5. 00:07:51
    Introduction to Microservices Architecture
  • Урок 6. 00:01:02
    AWS Free Tier
  • Урок 7. 00:00:46
    Installing Node.js and NPM
  • Урок 8. 00:00:38
    Installing the AWS CLI
  • Урок 9. 00:01:06
    Installing the Serverless Framework CLI
  • Урок 10. 00:03:34
    Configuring the AWS CLI + IAM
  • Урок 11. 00:03:51
    (Optional) AWS Budgets and Alerts
  • Урок 12. 00:01:32
    My Postman Setup
  • Урок 13. 00:00:30
    Let's Connect!
  • Урок 14. 00:02:13
    Creating a Serverless Framework Project
  • Урок 15. 00:07:23
    The Anatomy of a Serverless Project
  • Урок 16. 00:06:56
    Deploying Our Application for the First Time
  • Урок 17. 00:00:45
    (Tip) Stack Removal
  • Урок 18. 00:07:01
    Creating an Auction (Part 1)
  • Урок 19. 00:04:39
    Creating an Auction (Part 2)
  • Урок 20. 00:09:54
    Introduction to DynamoDB
  • Урок 21. 00:06:20
    Creating our DynamoDB Table (IaaC)
  • Урок 22. 00:07:00
    Using the DynamoDB DocumentClient to Insert an Auction
  • Урок 23. 00:06:46
    Defining IAM Role Statements (Permissions)
  • Урок 24. 00:04:48
    Optimising serverless.yml (Part 1): Roles and IAM Statements
  • Урок 25. 00:07:30
    Optimising serverless.yml (Part 2): Intrinsic Functions and Custom Variables
  • Урок 26. 00:03:10
    Serverless Offline - Is It Worth It?
  • Урок 27. 00:07:56
    Introduction to Middy and Middleware
  • Урок 28. 00:06:05
    CRUD Operation: Get Auctions
  • Урок 29. 00:07:34
    CRUD Operation: Get Auction by ID
  • Урок 30. 00:04:55
    Creating a Common Middleware
  • Урок 31. 00:08:20
    CRUD Operation: Placing a Bid
  • Урок 32. 00:04:23
    Validation: Placing a Bid
  • Урок 33. 00:06:22
    Using Scheduled Events to Process Our Auctions
  • Урок 34. 00:07:22
    Creating a Global Secondary Index (status, endingAt)
  • Урок 35. 00:09:25
    Identifying Ended Auctions
  • Урок 36. 00:07:30
    Closing Auctions
  • Урок 37. 00:01:35
    Validation: Bidding on Closed Auctions
  • Урок 38. 00:05:17
    (Challenge) Getting Auctions - Filter by Status
  • Урок 39. 00:06:30
    JSON Schema Validation - Get Auctions Status
  • Урок 40. 00:03:35
    (Challenge) Create Auction Schema Validation
  • Урок 41. 00:02:22
    (Challenge) Place Bid Schema Validation
  • Урок 42. 00:03:28
    Section Introduction
  • Урок 43. 00:02:13
    Introduction to Auth0
  • Урок 44. 00:02:31
    Creating an Auth0 Application
  • Урок 45. 00:05:09
    Getting Test Tokens
  • Урок 46. 00:08:11
    Deploying Auth Service
  • Урок 47. 00:05:35
    Protecting Auction Service Endpoints
  • Урок 48. 00:02:27
    Specifying Seller Identity
  • Урок 49. 00:04:14
    Specifying Bidder Identity (+Validation)
  • Урок 50. 00:01:38
    Notification Service Setup
  • Урок 51. 00:01:22
    Verify Email Address (AWS SES)
  • Урок 52. 00:03:48
    Defining the sendMail Lambda Function
  • Урок 53. 00:05:00
    Sending Our First (Test) Email
  • Урок 54. 00:05:33
    Introduction to SQS and Message Queues
  • Урок 55. 00:07:19
    Provisioning AWS SQS Message Queue (MailQueue)
  • Урок 56. 00:02:26
    Manually Sending SQS Messages
  • Урок 57. 00:05:21
    Exporting MailQueue Variables (CloudFormation)
  • Урок 58. 00:03:38
    Importing Outputs in Auction Service
  • Урок 59. 00:07:06
    Notifying Bidder and Seller
  • Урок 60. 00:02:48
    (Challenge) Handling No Bids Case
  • Урок 61. 00:00:32
    (Optional) Uncommenting EventBridge Trigger
  • Урок 62. 00:08:27
    Setting up an S3 Bucket and Lambda Function
  • Урок 63. 00:01:24
    (Optional) Amazon S3 Picture Expiry
  • Урок 64. 00:08:07
    Uploading Picture to S3
  • Урок 65. 00:02:03
    Quick Error Handling Fix
  • Урок 66. 00:06:34
    Setting Picture URL in DynamoDB
  • Урок 67. 00:03:15
    (Challenge) Validate Auction Ownership
  • Урок 68. 00:04:51
    (Challenge) Validate Request Body (base64)
  • Урок 69. 00:02:16
    Front-end Demo
  • Урок 70. 00:03:06
    Enabling CORS on Auction Service
  • Урок 71. 00:04:48
    Setting up the Auctions Front-end