updating readme

This commit is contained in:
Deepankar Dixit
2022-05-05 10:55:24 -04:00
committed by Oleg Zhurakousky
parent cc020093b9
commit 3ecd653baf
2 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ Run the following command from the project root to deploy.
----
gcloud functions deploy function-sample-gcp-http \
--entry-point org.springframework.cloud.function.adapter.gcp.GcfJarLauncher \
--runtime java11 \
--runtime java17 \
--trigger-http \
--source target/deploy \
--memory 512MB