Google Cloud Functions lets you configure a few settings on the Functions. Let's look at those settings:
- Memory allocated: For each Google Cloud Function that you create, by default, 256 MB of memory is allocated. However, you can modify the memory allocated to Cloud Functions with these values:
- Region: You can configure your Google Cloud Function to be deployed to four different Google Cloud Platform regions (as of June 2018). You can deploy to many more regions than four for AWS Lambda. The difference here is that Google Cloud Platform takes a region-agnostic approach in relation to these services and you need to ...