10000 Merge pull request #10 from MartinSahlen/localserver · coordt/cloud-functions-python@17fb2bb · GitHub
[go: up one dir, main page]

Skip to content

Commit 17fb2bb

Browse files
authored
Merge pull request MartinSahlen#10 from MartinSahlen/localserver
Add local running
2 parents aee92a2 + bc9799d commit 17fb2bb

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