Skip to content

TechPrimers/spring-cloud-function-aws-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages