diff --git a/spring-cloud-function-adapters/spring-cloud-function-adapter-aws-web/README.md b/spring-cloud-function-adapters/spring-cloud-function-adapter-aws-web/README.md index 46ee43c43..1ae0d83c2 100644 --- a/spring-cloud-function-adapters/spring-cloud-function-adapter-aws-web/README.md +++ b/spring-cloud-function-adapters/spring-cloud-function-adapter-aws-web/README.md @@ -1,3 +1,6 @@ -Classes in this package should ideally reside in spring-web somewhere as a light weight HTTP proxy, since they are independent of the -context of the execution (i.e., AWS or Azure or whatever). -In fact classes in these package is a slimed-down copy of similar classes in MockMVC. +#### 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 \ No newline at end of file