Fix links
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -6,3 +6,5 @@ _site
|
|||||||
*.sw[op]
|
*.sw[op]
|
||||||
.project
|
.project
|
||||||
sample-pages
|
sample-pages
|
||||||
|
target/
|
||||||
|
spring-cloud-function-*/
|
||||||
|
|||||||
@@ -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
|
isolated classloader, so that you can pack them together in a single
|
||||||
JVM.
|
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):
|
Here's a complete, executable, testable Spring Boot application (implementing a simple string manipulation):
|
||||||
|
|||||||
Reference in New Issue
Block a user