Cloud

1 post

Google Cloud Functions

Google Cloud Functions are serverless code functions that run without you having to manage or scale the underlying infrastructure. This makes building them really easy. So let’s build an example. Here’s normal NodeJS function with two parameters – request and response. The incoming requst is automatically parsed for JSON body […]