Introduction to Amazon Web Services Lambda
  • Introduction to AWS Lambda
  • Tools and accounts needed to develop aws lambda functions in Java
  • AWS lambda Course Overview
Creating A Serverless Function on AWS Lambda
  • Setting up the AWS Lambda Project in the IDE
  • Implementing the AWS Lambda Function
  • Java concepts for AWS lambda functions
  • Deploying the AWS Lambda Function on AWS
  • Creating a AWS Lambda serverless function
Calling the serverless function
  • Set up AWS IAM permissions
  • Direct Java Call to an AWS Lambda function
  • API gateway Call to an AWS Lambda function
  • Calling an AWS Lambda function from other AWS Services
A more advanced AWS lambda function
  • A dynamic image resizer using Amazon Web Services
  • Creating an Amazon Web Services S3 bucket to store resized images
  • Setting up the project and creating the input class
  • The Resizer Class Design
  • The Resizer Class
  • The createUrl Method
  • The readImage method
  • The resizeImage method
  • The storeImageInS3 Method
  • The alreadyExists Method
  • Tying it all together
  • Deploying the AWS Lambda Function on Amazon Web Services
  • Creating the API on Amazon API Gateway
  • Testing the API on AWS API Gateway