Tag: cloud functions

2 posts

Latest Post Upgrading LocusPocus genomic coordinates with Python Data Classes by Rob Schaefer public
public

Using Python Decorators to Authenticate Google Cloud Functions

Cloud Functions are snippets of code that run in the cloud and triggered by a web request How do we stop just anyone from accessing (or worse, updating!) our database?

Read Post