Update documentation that GCF is GA, not Alpha
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user