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
Copy file name to clipboardExpand all lines: README.md
+19-28
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,6 @@ If you are using [Scaleway IAM](/identity-and-access-management/iam/how-to/activ
44
44
45
45
## Contents
46
46
47
-
Serverless Framework handles everything from creating namespaces to function/code deployment by calling API endpoints under the hood.
48
-
49
47
-[Quickstart](#quickstart)
50
48
-[Configuration](#configuration)
51
49
-[Supported commands](#supported-commands)
@@ -215,18 +213,19 @@ custom:
215
213
216
214
## Auto-deletion
217
215
218
-
By default, the `serverless deploy` command applies the configuration located in your `serverless.yml` and removes functions in that namespace that are not in the file.
216
+
By default, `serverless deploy` applies the configuration located in your `serverless.yml` and removes functions in that namespace that are not in the file.
219
217
220
218
This can be switched off by setting the `singleSource` option to `false`.
221
219
222
220
### Local testing
223
221
224
222
`serverless invoke local`is **not supported** directly but instead we provide additional packages to install close to your handler.
225
223
226
-
Documentation is available through runtimes frameworks for :
If you are experiencing rate limiting issues (error 429) in your application, consider engaging with the support and/or the community. When seeking assistance, remember to provide relevant details, such as the specific rate limiting error messages, the affected components, and any relevant configuration information. This will enable us to better understand your situation and provide appropriate guidance or solutions.
249
+
- [Scaleway Serverless example projects](https://github.com/scaleway/serverless-examples)
258
250
259
251
## Contributing
260
252
261
253
This plugin is developed and maintained by the `Scaleway Serverless Team`, but we welcome pull requests and issues, and are available to chat on our [Community Slack Channels](https://scaleway-community.slack.com/): #serverless-containers and #serverless-functions.
262
254
255
+
If you are looking for a way to contribute please read [CONTRIBUTING.md](./.github/CONTRIBUTING.md).
256
+
263
257
For general information about developing Serverless Framework, refer to the Serverless Framework [plugins documentation](https://www.serverless.com/framework/docs/guides/plugins/creating-plugins).
264
258
265
-
To run Serverless Framework with a local checkout of this plugin, you can modify the `serverless.yml` for one or more functions as follows:
259
+
## Help & support
266
260
267
-
```yaml
268
-
...
261
+
- Scaleway support is available on Scaleway Console.
262
+
- Additionally, you can join our [Slack Community](https://www.scaleway.com/en/docs/tutorials/scaleway-slack-community/)
269
263
270
-
# Change this
271
-
plugins:
272
-
- serverless-scaleway-functions
264
+
## Reach Us
273
265
274
-
# To this
275
-
plugins:
276
-
- <path to checkout of this project>
277
-
```
266
+
We love feedback. Feel free to:
278
267
279
-
Then you can run commands as normal.
268
+
- Open a [Github issue](https://github.com/scaleway/serverless-scaleway-functions/issues/new)
269
+
- Send us a message on the [Scaleway Slack community](https://slack.scaleway.com/), in the
If you are experiencing rate limiting issues (error 429) in your application, consider engaging with the support and/or the community. When seeking assistance, remember to provide relevant details, such as the specific rate limiting error messages, the affected components, and any relevant configuration information. This will enable us to better understand your situation and provide appropriate guidance or solutions.
0 commit comments