AWS re:Invent 2019: [REPEAT 1] Deep dive into AWS Cloud Development Kit (DOP402-R1)

Поділитися
Вставка
  • Опубліковано 14 жов 2024
  • The AWS Cloud Development Kit (AWS CDK) is a multi-language, open-source framework that enables developers to harness the full power of familiar programming languages to define reusable cloud components and provision applications built from those components using AWS CloudFormation. In this session, you develop an AWS CDK application and learn how to quickly assemble AWS infrastructure. We explore the AWS Construct Library and show you how easy it is to configure your cloud resources, manage permissions, connect event sources, and build and publish your own constructs.

КОМЕНТАРІ • 6

  • @tranminhhaifet
    @tranminhhaifet 2 роки тому

    25:05 "singleton pattern", I watch several times over few years. I feel the power of software, OOP here. Many thanks Elad and CDK.

  • @jpSimkins
    @jpSimkins 4 роки тому +5

    So why did you have to rename the custom resource from "Resource" to "ResourceX"? (at 29:22)
    I am curious and not really sure why. I assume it has to do with resource caching?

  • @mathieudalbes4828
    @mathieudalbes4828 4 роки тому

    Nice video ! How can i install your plugin who's describing every function ?

  • @eugeniobreijo9583
    @eugeniobreijo9583 4 роки тому +1

    Extremely awesome!

  • @cristianpallares7565
    @cristianpallares7565 4 роки тому +2

    For the Singleton pattern, wouldn’t it be much better to just pass the dependency as a required prop of the construct? No need to care about name clashes or typecasting the node!

  • @diegocarrillo3829
    @diegocarrillo3829 4 роки тому +1

    Great!