From 640bcf08e5332743b688952093b205a329a34b21 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Wed, 25 Oct 2023 14:31:44 +0200 Subject: [PATCH] GH-1086 Add initial README --- cli/scf-aws-routing/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 cli/scf-aws-routing/README.md diff --git a/cli/scf-aws-routing/README.md b/cli/scf-aws-routing/README.md new file mode 100644 index 000000000..86c9c96ac --- /dev/null +++ b/cli/scf-aws-routing/README.md @@ -0,0 +1,17 @@ +# Getting Started + +TBD For AWS Routing + +### Reference Documentation +For further reference, please consider the following sections: + +* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html) +* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/3.1.5/maven-plugin/reference/html/) +* [Create an OCI image](https://docs.spring.io/spring-boot/docs/3.1.5/maven-plugin/reference/html/#build-image) +* [Function](https://docs.spring.io/spring-cloud-function/docs/current/reference/html/spring-cloud-function.html) + +### Additional Links +These additional references should also help you: + +* [Various sample apps using Spring Cloud Function](https://github.com/spring-cloud/spring-cloud-function/tree/main/spring-cloud-function-samples) +