AWS re:Invent 2023 - Advanced AWS CDK: Lessons learned from 4 years of use (COM302)

Поділитися
Вставка
  • Опубліковано 2 гру 2023
  • Released in July 2019, AWS CDK has become a powerful infrastructure-as-code tool to help companies build complex systems on AWS. Its greatest strength, using general purpose languages to define your infrastructure, can also be its greatest weakness. This is because there are many different ways to write your code. Should you use a single stack or multiple? How can you use external data to define your infrastructure? How do you test your code? In this session, learn best practices, patterns, and workflows developed over the last 4 years of using AWS CDK.
    Learn more about AWS re:Invent at go.aws/46iuzGv.
    Subscribe:
    More AWS videos: bit.ly/2O3zS75
    More AWS events videos: bit.ly/316g9t4
    ABOUT AWS
    Amazon Web Services (AWS) hosts events, both online and in-person, bringing the cloud computing community together to connect, collaborate, and learn from AWS experts.
    AWS is the world's most comprehensive and broadly adopted cloud platform, offering over 200 fully featured services from data centers globally. Millions of customers-including the fastest-growing startups, largest enterprises, and leading government agencies-are using AWS to lower costs, become more agile, and innovate faster.
    #AWSreInvent #AWSreInvent2023
  • Наука та технологія

КОМЕНТАРІ • 8

  • @MatthewBonig
    @MatthewBonig 5 місяців тому +25

    At about 14:00 I talk about a proper way of handling assets. However...
    This is totally wrong. And assets are smart enough to only generate once.
    In fact, passing a Code object into multiple stacks won't even work and synths fail.
    My bad =-/

    • @FancyPantsProducers
      @FancyPantsProducers 5 місяців тому

      So listing out AssetThing.FromAsset(...) as a property in the construct is fine?

    • @tannerbyers6729
      @tannerbyers6729 11 днів тому

      Hey, kudos for accountability! Loved your talk! I'm getting into CDK and it has been a pain but now I will try your lessons!

  • @RodrigoDeVincenzoMonteiro
    @RodrigoDeVincenzoMonteiro 4 місяці тому +2

    That was amazing talk, in clear and concise way. I am CDK novice at early stages and the concepts make sense, and it was very fun to watch, thank you very much!

    • @amazonwebservices
      @amazonwebservices 4 місяці тому

      You're welcome! We appreciate you! 😀 🙌 ☁️

    • @MatthewBonig
      @MatthewBonig 3 місяці тому +1

      Thank you, I'm glad you liked it!

  • @damaddinm88
    @damaddinm88 5 місяців тому +1

    Awesome! Pretty much how I love and do my deployments