Building Serverless Applications with Spring and AWS
Video description
Go Serverless! Build, deploy & manage apps with Spring Framework & Spring Cloud Functions in AWS
About This Video
Design a real-world serverless application from scratch using Spring Cloud Functions and Spring Boot
Build scalable, reliable, and cost-efficient applications with serverless architecture on AWS using Spring and Spring Cloud Functions
Learn serverless computing by building a practical application with …
Building Serverless Applications with Spring and AWS
Video description
Go Serverless! Build, deploy & manage apps with Spring Framework & Spring Cloud Functions in AWS
About This Video
Design a real-world serverless application from scratch using Spring Cloud Functions and Spring Boot
Build scalable, reliable, and cost-efficient applications with serverless architecture on AWS using Spring and Spring Cloud Functions
Learn serverless computing by building a practical application with Spring and AWS platform
In Detail
Removing the concept of a “server” from your application is huge. Cloud-based infrastructure was a game changer for software development and serverless architectures is the next step in that evolution. Building serverless applications means that your developers can focus on their core product instead of worrying about managing and operating servers or runtimes, either in the cloud or on-premises. Many companies have started adopting serverless architecture for their applications to save costs and improve scalability. This course demonstrates a key strength of serverless computing in AWS using Spring.
This course will introduce you to Serverless Architecture and lead you to build a simple image-resizing service using a Java-based AWS Lambda function. Then we’ll move onto how the Spring framework supports the cloud and in particular AWS. There are a number of different services made available through Spring annotations to make your life easier.
Moving on, you’ll start to build your Spring-based, serverless application that will take a URL and convert it into a short URL that will be stored in DynamoDB and you’ll receive a short URL. You can then use that short URL in a browser and then be redirected to the real site. To demonstrate integration with AWS’ Simple Notification Service (SNS), the application will also send a notification to you whenever someone creates a new short URL. Lastly, you’ll learn about monitoring your application using AWS cloud watch.
By the end of the course, you’ll be equipped with the knowledge to build scalable and cost-efficient Spring applications with serverless architectures.
Audience
This video is for Java developers who would like to learn about serverless architectures and how to build serverless applications using Spring Cloud Functions. Knowledge of Spring and Java is assumed.
Chapter 1 : Exploring Serverless Applications Using AWS Lambda
The Course Overview
Understanding the Concept of Serverless
Typical Use Cases and Benefits of Going Serverless
Creating and Setting Up Your AWS Account and Environment
Setting Up Your Development Environment
Overview of AWS Capabilities
Chapter 2 : Building Your First AWS Lambda Function
Create an Image Resizing Application
Setting Up Your S3 Buckets for the Images
Application Run Through
Deploy and Test the Base Application
Implement Image Resizing
Testing Your Lambda Functions
Chapter 3 : Diving into Spring Cloud Functions
Introduction to Spring Cloud Functions
Building a Spring Cloud Function
Preparing and Deploying Spring Cloud Functions into AWS
Chapter 4 : Building a Serverless URL Shortener
Create a Spring Boot Project with Spring Cloud and AWS Dependencies
Setting Up and Configuring Your Database in AWS RDS
Build the AWS Lambda Function to Create a Short Code
Build the AWS Lambda Function to Take a Short Code and Provide the Long URL
Redirecting the Browser to the Real Site Using AWS API Gateway
Setup SES to Send Notifications
Using SES and Spring to Send an Email Notification
Chapter 5 : Monitor Your Lambda Functions with AWS CloudWatch
Exploring AWS CloudWatch Services
Gather Statistics and Graph Them to Your Application
Setting Up Alert Feature to Notify RDS Issues
Start your Free Trial Self paced Go to the Course We have partnered with providers to bring you collection of courses, When you buy through links on our site, we may earn an affiliate commission from provider.
This site uses cookies. By continuing to use this website, you agree to their use.I Accept