Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Building Serverless Applications with Spring and AWS
Rating: 3.9 out of 5(35 ratings)
253 students

Building Serverless Applications with Spring and AWS

Go Serverless! Build, deploy & manage apps with Spring Framework & Spring Cloud Functions in AWS
Last updated 8/2018
English

What you'll learn

  • Understand the concept of Serverless computing
  • Discover the common use cases, advantages, and limitations of serverless
  • Build a serverless application on AWS using Spring Cloud Functions
  • Enable better application interaction with AWS
  • Utilising the testing functionality in AWS
  • Use Spring Cloud Functions to implement AWS functions
  • Explore CloudWatch services to monitor your AWS Lambda functions

Course content

5 sections25 lectures4h 2m total length
  • The Course Overview5:07

    This video will give you an overview about the course.

  • Understanding the Concept of Serverless7:04

    In this video, we will be describing what is meant by serverless.

    • Get a feel for the types of organization that are using serverless

    • Understand what different systems provide serverless capabilities

    • Understand how to use serverless from a higher level

  • Typical Use Cases and Benefits of Going Serverless10:41

    This video covers why developers might want to consider using serverless technologies for their projects.

    • Examples of serverless projects

    • Benefits of serverless applications

    • Limitations of serverless applications

  • Creating and Setting Up Your AWS Account and Environment6:55

    This video covers the insight in what developers need to do to create and setup their AWS account ready for development.

    • Sign up to the AWS free trial used for the rest of the session

    • Understand what Identity Access Manager provides

    • Gain insight in what developers need to do to create and setup their AWS account ready for development

  • Setting Up Your Development Environment10:23

    In this video, we will learn how to setup their development environment ready for AWS development using the AWS CLI tool and Eclipse IDE Plugin.

    • Run through the different installation options for different OS

    • Install AWS CLI on OS X

    • Install the Eclipse IDE Plugin ready

  • Overview of AWS Capabilities9:17

    This video covers an overview of a number of the main AWS features available on the platform.

    • Understand the features and capabilities available from a server and storage perspective

    • Learn the database offerings available on AWS

    • Overview of the AWS features of Content Delivery Networks, Networks and Security

Requirements

  • Knowledge of Spring and Java is assumed.

Description

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.

About the Author

Marc Thomas is a Solutions Architect that is still actively involved with the development team. He has 19 years of experience in software development from embedded software, desktop applications, through to the latest web application technologies. Marc has worked in a number of different industries from Networking to Process Improvement, Asset Management, Defense, and Marketing. Marc works as a Solutions Architect for Connect in Birmingham, delivering Jaguar Land Rover’s web applications using Java, Spring, and React. 

Who this course is for:

  • This video is for Java developers who would like to learn about serverless architectures and how to build serverless applications using Spring Cloud Functions.