Files
spring-cloud-function/spring-cloud-function-adapters/spring-cloud-function-serverless-web
Oleg Zhurakousky 85a4fffcd4 GH-1172 Ensure content-type set in a message is honored on the output
Also, ensures that the proper content type is set in GCF FunctionInvoker

Resolves #1172
2024-09-09 12:51:36 +02:00
..
2024-08-19 17:01:50 +00:00

Introduction

This module represents a concept of a light weight AWS forwarding proxy which deploys and interacts with existing Spring Boot web application deployed as AWS Lambda.

A sample is provided in sample directory. It contain README and SAM template file to simplify the deployment. This module is identified as the only additional dependnecy to the existing web-app.

NOTE: Although this module is AWS specific, this dependency is protocol only (not binary), therefore there is no AWS dependnecies.

The aformentioned proxy is identified as AWS Lambda handler

The main Spring Boot configuration file is identified as MAIN_CLASS