Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Infrastructure as Code, Master AWS Cloud Development Kit CDK, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:00:37
    Introduction to AWS CDK
  • Урок 2. 00:03:45
    Creating an AWS account
  • Урок 3. 00:01:41
    Initial Environment setup to use the CDK, appendix section and checking for node
  • Урок 4. 00:05:31
    Installing the AWS CLI and configuring it
  • Урок 5. 00:02:16
    Installing the AWS CDK (Cloud Development Kit)
  • Урок 6. 00:06:33
    Creating our first CDK app in TypeScript using CDK int
  • Урок 7. 00:05:53
    Adding a S3 Bucket to our Stack using CDK
  • Урок 8. 00:04:13
    Learning to navigate the AWS CDK Documentation
  • Урок 9. 00:02:43
    Bootstrapping our application with CDK Bootstrap
  • Урок 10. 00:02:33
    Deploying our Bucket to AWS using the CKD
  • Урок 11. 00:07:41
    Creating our Template file using CDK synthesize
  • Урок 12. 00:02:26
    Testing for the resource and the output infrastructure creation from CDK
  • Урок 13. 00:03:57
    Installing the assert package and creating testing on the CDK Resource Created
  • Урок 14. 00:06:22
    Laying the groundwork for our lambda function created with CDK
  • Урок 15. 00:04:55
    Creating the handler of our CDK lambda function in TypeScript
  • Урок 16. 00:06:00
    Creating our AWS Lambda Resource in the CDK
  • Урок 17. 00:03:53
    Creating and deploying our TypeScript Lambda Content to the CDK Lambda
  • Урок 18. 00:04:26
    Testing our CDK Lambda function and understand CloudWatch logs
  • Урок 19. 00:10:23
    Deploying assets to the S3 Bucket and passing it name to the CDK Lambda Function
  • Урок 20. 00:07:04
    Linking our S3 bucket to our Lambda Function using the AWS CDK
  • Урок 21. 00:04:56
    Generating Signed URL with expired to access our Photos in the CDK S3 Bucket
  • Урок 22. 00:09:14
    Creating IAM rules using AWS CDK
  • Урок 23. 00:05:47
    Adding a APIGateway using the AWS CDK
  • Урок 24. 00:05:27
    Creating the API Lambda integration and Access Routes with CDK
  • Урок 25. 00:03:11
    Creating our React App using TypeScript with the AWS CDK
  • Урок 26. 00:07:29
    Creating a S3 bucket with public read access to host our React Website
  • Урок 27. 00:06:53
    Creating our CloudFront using AWS CDK
  • Урок 28. 00:02:16
    Adding Axios and Bootstrap to our React app (and a little clean up)
  • Урок 29. 00:06:07
    Making request from our React App to our Lambda Function
  • Урок 30. 00:04:57
    Showing a Bootstrap Image Carousel from our photos
  • Урок 31. 00:04:01
    Making our Website good looking with Bootstrap
  • Урок 32. 00:02:09
    Deploying the changes on the Website to the S3 Bucket in AWS
  • Урок 33. 00:01:25
    Cleaning the CloudFront cache
  • Урок 34. 00:02:20
    Removing the CloudFormation Stack with CDK destroy
  • Урок 35. 00:05:36
    Updating all packages to latest including CDK CLI
  • Урок 36. 00:04:38
    Re-Deploying with the new CDK version and fixing the getAllPhotos endpoint
  • Урок 37. 00:10:55
    Creating multiple stacks and staging environment
  • Урок 38. 00:01:50
    Removing multiple stacks at once
  • Урок 39. 00:01:44
    Reverting the Staging changes
  • Урок 40. 00:06:13
    Creating a new DNS Stack
  • Урок 41. 00:04:19
    Creating a HostedZone in Route53
  • Урок 42. 00:01:36
    Passing data from different Stacks in CDK
  • Урок 43. 00:05:06
    Create a HTTPS Certificate using AWS Certificate Manager using the CDK
  • Урок 44. 00:06:01
    Updating the CloudFront to use our new Certificate
  • Урок 45. 00:02:44
    Creating a ARecord using the AWS CDK
  • Урок 46. 00:03:52
    Deploying our DNS stack
  • Урок 47. 00:01:37
    Deploying main stack
  • Урок 48. 00:03:39
    Creating a custom constructor for the S3 Bucket creation and deployment
  • Урок 49. 00:03:16
    Passing the value of the bucket back
  • Урок 50. 00:02:26
    Passing props to the new custom constructor
  • Урок 51. 00:01:02
    Small but important fix to pass the bucket value
  • Урок 52. 00:01:29
    Deploying our stack with Custom Constructor