Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Build an App with the AWS Cloud Development Kit, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:03:17
    Introduction to Build an App with the AWS Cloud Development Kit
  2. Урок 2. 00:01:25
    Install AWS Cloud Development Kit (CDK) and create a new project
  3. Урок 3. 00:03:12
    Build and deploy a sample AWS Cloud Development Kit stack to AWS
  4. Урок 4. 00:02:01
    Review an AWS CloudFormation stack deployed with AWS CDK
  5. Урок 5. 00:01:23
    Clear an initial AWS CDK stack to start building an app from scratch
  6. Урок 6. 00:04:01
    Create and deploy a lambda function with AWS CDK
  7. Урок 7. 00:01:49
    Review and execute a lambda function deployed with CDK in AWS Console
  8. Урок 8. 00:01:28
    Change the properties of a lambda function deployed with AWS CDK
  9. Урок 9. 00:03:30
    Attach an API Gateway to a lambda function deployed with AWS CDK
  10. Урок 10. 00:01:17
    Pass environment variables to a lambda function deployed with AWS CDK
  11. Урок 11. 00:02:38
    Run lambda functions built with CDK locally using AWS SAM
  12. Урок 12. 00:02:01
    Create and deploy an S3 bucket with AWS CDK
  13. Урок 13. 00:01:21
    Make the contents of an S3 bucket deployed with CDK public
  14. Урок 14. 00:02:40
    Create an S3 event notification to trigger a lambda function on file upload
  15. Урок 15. 00:01:33
    Use a bucket deployment to upload a file to S3 when deploying a CDK stack
  16. Урок 16. 00:01:50
    Create a custom AWS CDK construct
  17. Урок 17. 00:02:11
    Create a DynamoDB table with AWS CDK
  18. Урок 18. 00:04:59
    Get all items from a DynamoDB table deployed with CDK using DocumentClient API
  19. Урок 19. 00:02:31
    Debug permission issues and allow a lambda function to access data from a DynamoDB table
  20. Урок 20. 00:02:41
    Adding data to a DynamoDB table with put operation
  21. Урок 21. 00:01:59
    Delete an item from a DynamoDB table with delete operation
  22. Урок 22. 00:02:27
    Add external dependencies to an AWS Lambda function deployed with CDK
  23. Урок 23. 00:02:59
    Connect React app to a serverless backend deployed with CDK and fix CORS issues
  24. Урок 24. 00:01:57
    Add a custom CloudFormation stack output with CDK
  25. Урок 25. 00:02:23
    Deploy a static website to S3 with AWS CDK
  26. Урок 26. 00:03:26
    Deploy a site with HTTPS support behind a CDN with CDK
  27. Урок 27. 00:01:37
    Destroy an AWS CDK stack