Update documentation that GCF is GA, not Alpha

This commit is contained in:
Mike Eltsufin
2021-04-14 11:44:13 -04:00
parent 05907134f0
commit 5646821158
3 changed files with 6 additions and 15 deletions

View File

@@ -18,9 +18,6 @@ curl http://localhost:8080/ -d "hello"
===== Deploy to GCP
As of March 2020, Google Cloud Functions for Java is in Alpha.
You can get on the https://docs.google.com/forms/d/e/1FAIpQLScC98jGi7CfG0n3UYlj7Xad8XScvZC8-BBOg7Pk3uSZx_2cdQ/viewform[whitelist] to try it out.
Package the application.
----
@@ -34,7 +31,7 @@ Make sure that you have the https://cloud.google.com/sdk/install[Cloud SDK CLI]
Run the following command from the project root to deploy.
----
gcloud alpha functions deploy function-sample-gcp-http \
gcloud functions deploy function-sample-gcp-http \
--entry-point org.springframework.cloud.function.adapter.gcp.GcfJarLauncher \
--runtime java11 \
--trigger-http \