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
One of the best explanations around.
which font style you are using for java
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.
Nice example on cdk
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.
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?
@@rieckpil Thanks, sure I'll check.. Also, thanks for the mini playlist.. Succinct and Informative :)
@@paraschawla3757 thanks for the feedback :)
Can you pls share git repo for this so we can practice
Sure, the code is available here github.com/rieckpil/blog-tutorials/tree/master/aws-cdk-java-introduction
Thanks. Can you please create repo for Upload file to S3 bucket using aws cdk java
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
What is the IDE being used? Is it Eclipse?
that's IntelliJ IDEA in presentation mode 👍🏻