serverless-examples
serverless-examples copied to clipboard
Example projects and patterns for use with Scaleway's serverless products
## Summary ## Checklist - [ ] I have reviewed this myself. - [ ] I have attached a README to my example. You can use [this template](../docs/templates/readme-example-template.md) as reference....
## Summary In this example, we experiment deploying some lightweight Hugging Face models (phi, llama, and mistral) using a public HF model repository. The deployment of these models is done...
## Summary Improve MLOps example: - Make MLOps pipeline automatic after first deployment using CRON schedules to: fetch data from source then train model regularly, and deploy the latest model...
## Summary - Remove copy-pasted `README` content that did not work - Update to use [`serverless-python-requirements`](https://github.com/serverless/serverless-python-requirements) ## Checklist - [x] I have reviewed this myself. - [x] I have attached...
This [example](https://github.com/scaleway/serverless-examples/blob/main/functions/typescript-with-node/handler.ts) can be improved by applying the types defined in `@scaleway/serverless-functions` e.g. ```ts import type { Handler } from "@scaleway/serverless-functions/framework/types/types"; export const handle: Handler = async (event, context, cb)...
## Summary Add snapshot-instance volume example ## Checklist - [X] I have reviewed this myself. - [X] I have attached a README to my example. You can use [this template](../docs/templates/readme-example-template.md)...
## Summary A small example of connecting a PHP function to a MySQL DB. ## Checklist - [x] I have reviewed this myself. - [ x] I have attached a...
## Summary Add a simple NodeJS + Terraform example This example is a simple RSS reader that reposts a filtered RSS feed. The filter looks for keywords in post titles....
I followed the instruction for sending e-mails: https://www.scaleway.com/en/docs/tutorials/send-emails-tem-serverless-framework on Windows 11. I installed the scaleway plugin serverless-scaleway-functions and logged in to serverless. But when I deploy go-mail, I get this...
Hello, - I carefully followed the official guide to create a snapshot of an instance (https://www.scaleway.com/en/docs/tutorials/snapshot-instances-jobs/#creating-the-job-definition), but I'm getting the error: `volume_type does not respect constraint, not a valid value.`...