You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scaleway-sdk-go: http error 400 Bad Request: function name must consist of lower case alphanumeric characters or '-', starts and ends with an alphanumeric character
So I tried to rename my function file to handler.js and used handle for the handler property, which got me this error :
scaleway-sdk-go: http error 400 Bad Request: handler value is invalid
The function works fine locally and the archive is valid.
I uploaded the exact same archive with function.handle as a handler from the Scaleway dashboard, and it works just fine, the deployment is ok and I've got a response when I invoke the function.
I'm trying to deploy a serverless function using this code :
Which ends up with this error :
So I tried to rename my function file to
handler.js
and usedhandle
for thehandler
property, which got me this error :The function works fine locally and the archive is valid.
I uploaded the exact same archive with
function.handle
as a handler from the Scaleway dashboard, and it works just fine, the deployment is ok and I've got a response when I invoke the function.Versions:
I don't use version
1.10.0
because it's broken. See #250 #251 #252.The text was updated successfully, but these errors were encountered: