Go Serverless! Spring Framework and Spring Cloud Functions in Amazon Web Services allow you to build, deploy, and manage apps.
About This Video
- Spring Cloud Functions and Spring Boot allow you to create a serverless application that works in real life.
- Spring Cloud Functions and Spring Architecture on AWS allow you to build scalable, reliable and cost-effective applications.
- Learn serverless computing with a practical application built using Spring and AWS platform
It is hugely important to get rid of the notion of a server from your application. Cloud-based infrastructure was a major breakthrough in software development. Serverless architectures are the next step in that evolution. Serverless architectures allow developers to focus on their core products and not worry about running servers or runtimes. Serverless architecture has been adopted by many companies to reduce costs and increase scalability. This course shows the key benefits of serverless computing in AWS with Spring.
This course will teach you Serverless Architecture. It will also help you build a simple image-resizing application using a Java-based AWS Lambda Function. Next, we'll discuss how Spring framework supports AWS and cloud computing. Spring annotations make it easy to access a variety of services that will make your life easier.
You'll now build your Spring-based serverless application. This will take a URL, convert it into a shorter URL, and store it in DynamoDB. The short URL can then be used in a browser to redirect to the real site. The application will send you a notification whenever a new short URL is created to demonstrate integration with AWS' Simple Notification Service. Finally, you'll learn how to monitor your application with AWS cloud watch.
You will be able to create scalable, cost-effective Spring applications using serverless architectures by the end of this course.
Audience
This video is intended for Java developers who want to learn more about serverless architectures. It also teaches how to create serverless applications with Spring Cloud Functions. It is assumed that you have knowledge of Java and Spring.