AWS Lambda adapter

This project was designed to allow for deploying applications that use Spring Cloud Function to AWS Lambda (https://aws.amazon.com/lambda/).

This adapter is a layer over the Spring Cloud Function application that lets us deploy our functions into AWS.

You can find the sources of the project on GitHub, at the following link: https://github.com/spring-cloud/spring-cloud-function/tree/master/spring-cloud-function-adapters/spring-cloud-function-adapter-aws

Before using the AWS Lambda adaptor, we have to add it as a dependency of the project. Let's start by defining some properties inside of the pom.xml file:

<aws-lambda-events.version>    2.0.2</aws-lambda-events.version><spring-cloud-stream-servlet.version> 1.0.0.BUILD-SNAPSHOT ...

Get Software Architecture with Spring 5.0 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.