Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions sessions/CNS405/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@
Learn how to build cloud-native Java applications based on best practices, and discover ways you can optimize application performance for fast startup and efficient resource usage in containerized environments. In this builders' session, gain hands-on experience you will learn how to reduce memory overhead, lower cold start latency, and achieve sub-second startup times when building Java applications on Amazon EKS. You will also learn how to use Amazon Bedrock to analyze profiling and thread dump data to uncover performance patterns and generate optimization insights.

## Session Resources

During this workshop you have built container images with Spring Boot Java Application, applied different optimization techniques and deployed container images with Java Application to Amazon EKS cluster.

You have successfully build cloud-native Java applications based on best practices, and discovered ways you can optimize application performance for fast startup and efficient resource usage in containerized environments. You have also learned how to use Amazon Bedrock to analyze profiling and thread dump data to uncover performance patterns and generate optimization insights.

If you want to learn more about Cloud-native Java development on AWS you could dive deeper and explore [Java on AWS Immersion Day](https://catalog.workshops.aws/java-on-aws)
and [samples on https://github.com/aws-samples/java-on-aws](https://github.com/aws-samples/java-on-aws )

Happy building!