Datastore
Clod Functions
Funning it with ‘server less’ framework works the same (look):
functions deploy helloWorld --trigger-http
Sometimes need to run functions start with sudo
Triggering a functions via Pub/Sub requires this conf:
<name>:
handler: <name in code>
events:
- event:
eventType: providers/cloud.pubsub/eventTypes/topic.publish
resource: projects/<actual project name, same the the function’s project>/topics/<topic name>
Pub/Sub
App Engine