We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3aac0 commit 61918b1Copy full SHA for 61918b1
package/lib/compileFunctions.js
@@ -24,13 +24,9 @@ module.exports = {
24
validateHandlerProperty(funcObject, functionName);
25
validateEventsProperty(funcObject, functionName);
26
27
- console.log('----------------------------------------------------------')
28
- console.log(this.options)
29
30
-
31
const funcTemplate = getFunctionTemplate(
32
funcObject,
33
- this.options.region,
+ this.serverless.service.provider.region,
34
`gs://${
35
this.serverless.service.provider.deploymentBucketName
36
}/${this.serverless.service.package.artifactFilePath}`);
0 commit comments