I received the following error when deploying the function onto GCP using sls deploy command. I've used the latest version, downgrading does not solve the issue.
{
“ResourceType”:“gcp-types/cloudfunctionsv1:projects.locations.functions”,
“ResourceErrorCode”:“400”,
“ResourceErrorMessage”:“Build failed: function.js does not exist; Error ID: 7485c5b6”
}
Hi,
I received the following error when deploying the function onto GCP using
sls deploy
command. I've used the latest version, downgrading does not solve the issue.index.js
serverless.yml:
Can someone provide any suggestions?
Thanks in advance!