Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай AWS & Typescript Masterclass - CDK V2, Serverless, React, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:04:27
    Course structure
  2. Урок 2. 00:03:16
    Tools we will need
  3. Урок 3. 00:03:35
    AWS account + IAM user for console
  4. Урок 4. 00:04:59
    AWS CLI
  5. Урок 5. 00:01:22
    Section intro
  6. Урок 6. 00:06:37
    AWS CloudFormation
  7. Урок 7. 00:07:03
    AWS Cloud Development Kit installation
  8. Урок 8. 00:07:06
    AWS CDK base project deployment
  9. Урок 9. 00:05:44
    AWS CDK Constructs
  10. Урок 10. 00:10:52
    Constructs demo
  11. Урок 11. 00:05:54
    AWS CDK commands
  12. Урок 12. 00:06:02
    AWS CDK outputs
  13. Урок 13. 00:06:45
    CDK Deployment parameters
  14. Урок 14. 00:04:52
    CDK core - recap and clean up
  15. Урок 15. 00:01:29
    Section intro
  16. Урок 16. 00:10:29
    CDK IDs
  17. Урок 17. 00:10:28
    CloudFormation intrinsic functions
  18. Урок 18. 00:04:13
    Handling multiple stacks
  19. Урок 19. 00:09:52
    Cross stack references
  20. Урок 20. 00:07:24
    Sharing resources with CDK
  21. Урок 21. 00:04:11
    Deleting stacks
  22. Урок 22. 00:01:23
    Section intro
  23. Урок 23. 00:09:07
    AWS CDK Typescript project from scratch
  24. Урок 24. 00:10:12
    Basic AWS Lambda
  25. Урок 25. 00:08:56
    AWS API Gateway and Lambda
  26. Урок 26. 00:09:51
    AWS DynamoDB with CDK
  27. Урок 27. 00:01:35
    Section intro
  28. Урок 28. 00:05:12
    AWS Lambda challenges
  29. Урок 29. 00:08:04
    NodeJs Lambda
  30. Урок 30. 00:03:43
    Lambda logs in CloudWatch
  31. Урок 31. 00:10:24
    AWS SDK
  32. Урок 32. 00:08:11
    Debugging AWS Lambda
  33. Урок 33. 00:05:06
    Lambda architecture
  34. Урок 34. 00:07:04
    Initial spaces lambda
  35. Урок 35. 00:02:14
    Section intro
  36. Урок 36. 00:14:28
    Put item
  37. Урок 37. 00:07:52
    Testing quries
  38. Урок 38. 00:05:39
    DynamoDb scan operation
  39. Урок 39. 00:07:43
    DynamoDb GetItem operation
  40. Урок 40. 00:08:26
    Marshalling
  41. Урок 41. 00:10:44
    DyanampDb Update Item
  42. Урок 42. 00:03:47
    DyanampDb Delete Item
  43. Урок 43. 00:09:03
    Data Validation with TypeScript
  44. Урок 44. 00:05:50
    DB queries deployment and test
  45. Урок 45. 00:07:17
    Bundle optimization
  46. Урок 46. 00:01:52
    Section intro
  47. Урок 47. 00:03:22
    AWS Cognito presentation
  48. Урок 48. 00:03:00
    Cognito in the AWS console
  49. Урок 49. 00:06:19
    User Pools with CDK
  50. Урок 50. 00:04:53
    Create and activate Cognito user
  51. Урок 51. 00:09:21
    Generating tokens with AWS Amplify
  52. Урок 52. 00:03:02
    JWT Tokens discussion
  53. Урок 53. 00:08:53
    Securing APIs with Cognito
  54. Урок 54. 00:08:03
    Access control with groups
  55. Урок 55. 00:04:33
    Section intro
  56. Урок 56. 00:03:27
    AWS Cognito Identity pools in the console
  57. Урок 57. 00:04:25
    Identity pools in CDK
  58. Урок 58. 00:10:52
    IAM roles in CDK
  59. Урок 59. 00:08:23
    Generating AWS temporary credentials
  60. Урок 60. 00:08:06
    Testing AWS temporary credentials
  61. Урок 61. 00:01:28
    Section intro
  62. Урок 62. 00:03:09
    Export CloudFormation outputs
  63. Урок 63. 00:12:22
    UI deployment to s3
  64. Урок 64. 00:07:26
    CORS
  65. Урок 65. 00:04:12
    Section intro
  66. Урок 66. 00:07:43
    React intro
  67. Урок 67. 00:04:04
    React app initialization
  68. Урок 68. 00:05:42
    Routing
  69. Урок 69. 00:07:02
    Login component
  70. Урок 70. 00:07:04
    AuthService
  71. Урок 71. 00:07:12
    Creating spaces
  72. Урок 72. 00:07:42
    Photos bucket with CORS - AWS
  73. Урок 73. 00:10:21
    Temporary credentials - AWS
  74. Урок 74. 00:08:43
    Uploading a public file - AWS
  75. Урок 75. 00:07:53
    Create space API
  76. Урок 76. 00:12:24
    Visualizing spaces
  77. Урок 77. 00:00:39
    Section intro
  78. Урок 78. 00:04:14
    Typescript presentation
  79. Урок 79. 00:03:16
    Running Typescript code
  80. Урок 80. 00:04:46
    Types
  81. Урок 81. 00:05:53
    User defined types
  82. Урок 82. 00:03:53
    Optional properties
  83. Урок 83. 00:04:06
    Type guards
  84. Урок 84. 00:07:01
    Compiler options
  85. Урок 85. 00:06:41
    Classes
  86. Урок 86. 00:04:08
    Access modifiers
  87. Урок 87. 00:05:27
    Inheritance
  88. Урок 88. 00:04:12
    Implementing interfaces
  89. Урок 89. 00:07:04
    Generics
  90. Урок 90. 00:04:22
    Promises
  91. Урок 91. 00:05:02
    Modules
  92. Урок 92. 00:06:29
    Strict checks
  93. Урок 93. 00:07:52
    Undefined, null, never, unknown
  94. Урок 94. 00:06:13
    Enums and Switch
  95. Урок 95. 00:11:19
    Running on NodeJs
  96. Урок 96. 00:02:44
    Debugging Node Typescript
  97. Урок 97. 00:09:08
    Running in the browser - part 1
  98. Урок 98. 00:13:00
    Running in the browser - part 2 - webpack
  99. Урок 99. 00:13:56
    Decorators introduction
  100. Урок 100. 00:05:24
    Method decorators