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