Auto-generated Cloud Function cannot be configured
See original GitHub issueThe Cloud Function being created for server-side rendering (of a Next.js app in my case) seems to be deployed to region us-central1
by default, and seems to have 256 MB of memory allocated.
Is it possible to configure these aspects?
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Cannot create CloudFunction with terraform app authorization
If an issue is assigned to the modular-magician user, it is either in the process of being autogenerated, or is planned to be...
Read more >Google Cloud Function - Function load error: File main.py that ...
I downloaded the zip of and looked at autogenerated dialogflow cloud function code and noticed they had a "package. json" file.
Read more >Troubleshooting Cloud Functions - Google Cloud
Function deployment fails due to Cloud Build not supporting VPC-SC. Cloud Functions uses Cloud Build to build your source code into a runnable...
Read more >Creating an Fn Project CLI Context to Connect to Oracle ...
This topic describes how to create an Fn Project CLI context to connect to Oracle Cloud Infrastructure for use with OCI Functions.
Read more >google_cloud_run_service | Resources | hashicorp/google
Name is primarily intended for creation idempotence and configuration ... name (template.metadata.name) will be omitted and autogenerated by Cloud Run.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
As a work around, you can alter the settings of the auto-generated cloud function in the Google Cloud Console.
I thought changing the region isn’t possible as documented on firebase docs?