Introduction to the AWS CDK Using Java and Maven

Поделиться
HTML-код
  • Опубликовано: 9 фев 2025
  • This is the first video of the AWS CDK (Cloud Development Kit) with Java series. We're covering the following topics:
    • install the AWS CDK CLI
    • bootstrap a Java-based CDK app
    • explore the basic commands of the CDK CLI to deploy our app
    AWS CDK Developer Guide: docs.aws.amazo...
    More information on how to configure your AWS credentials and region: docs.aws.amazo...
    You can find the source code for this example on GitHub: github.com/rie...
    » As part of the Stratospheric book (From Zero To Production with Spring Boot and AWS), we're using the AWS CDK to deploy a production-ready AWS infrastructure. Make sure to grab your copy here stratospheric....
    #AWSCDK #Maven #Java

Комментарии • 14

  • @elijahgavrilov1686
    @elijahgavrilov1686 2 года назад

    One of the best explanations around.

  • @krishnak7851
    @krishnak7851 3 дня назад

    which font style you are using for java

  • @sivakrishna-mp3kp
    @sivakrishna-mp3kp 3 года назад

    This is excellent Philp. Never knew that we can create AWS instance through their CDK and that it has Java support. Hoping to learn more in this series.

  • @parasuramyerramsetty5241
    @parasuramyerramsetty5241 3 года назад

    Nice example on cdk

  • @paraschawla3757
    @paraschawla3757 2 года назад

    Did it happen to someone that cdk diff showing the difference but when deployed, no changes are coming on stack? I tried cdk synth as well to create new cloudformation template but cdk deploy didn't pick new changes.

    • @rieckpil
      @rieckpil  2 года назад

      That never happened to me so far. Can you check the CloudFormation console within the AWS management console to see what changes are performed to your stack?

    • @paraschawla3757
      @paraschawla3757 2 года назад

      @@rieckpil Thanks, sure I'll check.. Also, thanks for the mini playlist.. Succinct and Informative :)

    • @rieckpil
      @rieckpil  2 года назад

      @@paraschawla3757 thanks for the feedback :)

  • @parasuramyerramsetty5241
    @parasuramyerramsetty5241 3 года назад +1

    Can you pls share git repo for this so we can practice

    • @rieckpil
      @rieckpil  3 года назад

      Sure, the code is available here github.com/rieckpil/blog-tutorials/tree/master/aws-cdk-java-introduction

  • @parasuramyerramsetty5241
    @parasuramyerramsetty5241 3 года назад

    Thanks. Can you please create repo for Upload file to S3 bucket using aws cdk java

    • @rieckpil
      @rieckpil  3 года назад

      The official AWS CDK docs are quite good on this topic - take a look at the aws-s3-deployment module docs.aws.amazon.com/cdk/api/latest/docs/aws-s3-deployment-readme.html

  • @onlymullapudi
    @onlymullapudi 3 года назад

    What is the IDE being used? Is it Eclipse?

    • @rieckpil
      @rieckpil  3 года назад +1

      that's IntelliJ IDEA in presentation mode 👍🏻