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
service: my-appconfigValidationMode: offvariablesResolutionMode: 20210326scwRegion: fr-parprovider:
name: scalewayruntime: node14 # Available node runtimes are listed in documentation# Global Environment variables - used in every functionsenv:
test: test# the path to the credentials file needs to be absolutescwToken: ${env:SCWTOKEN}scwProject: ${env:SCWPROJECT}plugins:
- serverless-scaleway-functionspackage:
patterns:
- "!.gitignore"
- "!.git/**"
- './node_modules/**'functions:
myfunction:
handler: dist/src/consumers/handlers/myfunctionhandler.handle
Do you have an idea of what is happening?
The text was updated successfully, but these errors were encountered:
Hello,
I have this error during the deployment of my function:
Below are my environment information:
And below my serverless.yaml
Do you have an idea of what is happening?
The text was updated successfully, but these errors were encountered: