gcf.cr icon indicating copy to clipboard operation
gcf.cr copied to clipboard

gcf.cr provides serverless execution and deployment of crystal language code in Google Cloud Functions

Results 2 gcf.cr issues
Sort by recently updated
recently updated
newest added

Right now our exception logging feature is broken because we get different behavior locally vs on a deployed cloud function. Specifically, if you look at the comment out code in...

bug

Right now it is necessary to use the command line parameters and/or information obtained directly from `gcloud` to determine the function memory, trigger type, function name, gcp project ID, etc....

enhancement