diego3 / spring-cloud-function-aws-example

Spring Cloud Function using AWS Adapter in AWS Lambda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Cloud Function using AWS Adapter example

Exposed Function as API Endpoint using AWS API Gateway

Hello.java is exposed as function to the AWS Request Handler using SpringBootRequestHandler. APIGatewayProxyRequestEvent is the input object and APIGatewayProxyResponseEvent is the response object.

Command used:

curl -X POST -H 'Content-Type: text/plain' <API_GATEWAY_URL> -d 'TechPrimers' -i

About

Spring Cloud Function using AWS Adapter in AWS Lambda


Languages

Language:Java 100.0%