Integrate with Google Cloud Functions
Open
Nobody has claimed this yet.
enhancement
google cloud
- Dominant language
- Scala
- Stars
- 195
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
Did some preliminary research, there seem to be:
- Http functions. These are a distinct type of function, and will need separate JVM and JS implementations. The JS implementation can use the node-serverless module in http4s.
- Background functions. I think these are more similar to Lambda, in that there is a common interface and various types of triggers that are parsed as JSON.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the http4s node-serverless module at node-serverless/src/main/scala/org/http4s/node/serverless and the issue's distinction between HTTP and background functions. Clarify the JVM and JavaScript HTTP implementations and the shared interface for JSON-parsed background triggers; the work is done when Google Cloud Functions support covers the agreed function types.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- google-cloud, javascript, scala
- Domain
- backend, cloud
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100