serverless-scaleway-functions icon indicating copy to clipboard operation
serverless-scaleway-functions copied to clipboard

Plugin for Serverless Framework to allow users to deploy their serverless applications on Scaleway Functions

Results 68 serverless-scaleway-functions issues
Sort by recently updated
recently updated
newest added

Before this PR, if the docker build command failed, but a previous build has succeeded, serverless deploy would deploy the previously built image instead of just throwing an error. This...

If the container build depends on an image located in a private registry, we now authenticate against that registry (as long as the registry where the pulled image is located...

I want to deploy a serverless container that uses a Dockerfile that is based on a image in the Scaleway Docker registry. The image that I want to deploy looks...

I made a mistake in the `Dockerfile` that I tried to deploy as a serverless container and the error message from the `serverless deploy` command was this: ``` Using credentials...

As far as I understand the code, the `serverless invoke` command is currently missing two important features. 1. It does not work with private functions/containers. 2. I can not pass...

Added some details to warn about EOL and EOS Result in shell : ``` Using credentials from system environment Runtime undefined is in End Of Support. It is no longer...

I currently have an application with the following folder structure: - `serverless.yml` - `docker` - `image1` - `Dockerfile` - `codefile1` - `codefile2` I think this currently does not work because...

I'm trying to run my first container. I have tried first manually to do so by pushing the image and creating Container using the web console. After I try to...

Hello, I have this error during the deployment of my function: > An error occured while getting a presigned URL to upload functions's archived code. Below are my environment information:...