diff --git a/.gitignore b/.gitignore index 017acc50a..27043d8f8 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ _site *.sw[op] .project sample-pages +target/ +spring-cloud-function-*/ diff --git a/index.html b/index.html index 7727667e8..16d71f698 100644 --- a/index.html +++ b/index.html @@ -54,7 +54,7 @@ then turning them into `@Beans` that can be wrapped as above. isolated classloader, so that you can pack them together in a single JVM. -4. Adapters for https://github.com/spring-cloud/spring-cloud-function/tree/master/spring-cloud-function-adapters/spring-cloud-function-adapter-aws[AWS Lambda], https://github.com/spring-cloud/spring-cloud-function/tree/master/spring-cloud-function-adapters/spring-cloud-function-adapter-openwhisk[Apache OpenWhisk] and possibly other "serverless" service providers. +4. Adapters for [AWS Lambda](https://github.com/spring-cloud/spring-cloud-function/tree/master/spring-cloud-function-adapters/spring-cloud-function-adapter-aws), [Apache OpenWhisk](https://github.com/spring-cloud/spring-cloud-function/tree/master/spring-cloud-function-adapters/spring-cloud-function-adapter-openwhisk) and possibly other "serverless" service providers. Here's a complete, executable, testable Spring Boot application (implementing a simple string manipulation):