10000 Add local running · MBakirci/cloud-functions-python@bc9799d · GitHub
[go: up one dir, main page]

Skip to content

Commit bc9799d

Browse files
committed
Add local running
1 parent aee92a2 commit bc9799d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,9 @@ handle_pubsub_event(pubsub_handler)
214214
## Deploying a function
215215
I have previously built [go-cloud-fn](https://github.com/MartinSahlen/go-cloud-fn/), in which there is a complete CLI available for you to deploy a function. I did not want to go there now, but rather be concerned about `building` the function and be super light weight. Deploying a function can be done like this:
216216

217+
(If you have the [emulator](https://github.com/GoogleCloudPlatform/cloud-functions-emulator) installed,
218+
just swap `gcloud beta functions` with `functions` and you are golden!).
219+
217220
### HTTP
218221

219222
```sh

0 commit comments

Comments
 (0)
0