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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Table of Contents:
35
35
|**[CORS Go](functions/cors-go/README.md)** <br/> A Go function which allows CORS requests. | go122 |[Serverless Framework]|
36
36
|**[CORS Node](functions/cors-node/README.md)** <br/> A Node function which allows CORS requests. | node18 |[Serverless Framework]|
37
37
|**[CORS Python](functions/cors-python/README.md)** <br/> A Python function which allows CORS requests. | python310 |[Serverless Framework]|
38
-
|**[CORS Rust](functions/cors-rust/README.md)** <br/> A Rust function which allows CORS requests. |rust179|[Serverless Framework]|
38
+
|**[CORS Rust](functions/cors-rust/README.md)** <br/> A Rust function which allows CORS requests. |rust185|[Serverless Framework]|
39
39
|**[Go Hello World](functions/go-hello-world/README.md)** <br/> A simple "hello world" example for Go | go121 |[Serverless Framework]|
40
40
|**[Go SQS Publish](functions/go-mnq-sqs-publish/README.md)** <br/> A Go function to publish messages to SQS. | go121 |[Serverless Framework]|
41
41
|**[Go MultiPart Upload to S3](functions/go-upload-file-s3-multipart)** <br/> A function to upload file from form-data to S3. | go120 |[Serverless Framework]|
@@ -52,7 +52,7 @@ Table of Contents:
52
52
|**[Python SQS Trigger Async Worker](functions/python-sqs-trigger-async-worker/README.md)** <br/> Use SQS queues and function triggers to scheule an async task from another function. | python311 |[Terraform]|
53
53
|**[Python TEM SMTP Server](functions/python-tem-smtp-server/README.md)** <br/> Send Transactional Emails from a serverless function. | python311 |[Terraform]|
54
54
|**[Redis TLS](functions/redis-tls/README.md)** <br/> How to connect a function to a Scaleway Redis cluster with TLS enabled. | python310 |[Terraform]|
55
-
|**[Rust MNIST](functions/rust-mnist/README.md)** <br/> A Rust function to recognize hand-written digits with a simple neural network. |rust179|[Serverless Framework]|
55
+
|**[Rust MNIST](functions/rust-mnist/README.md)** <br/> A Rust function to recognize hand-written digits with a simple neural network. |rust185|[Serverless Framework]|
56
56
|**[PostgreSQL Python](functions/postgre-sql-python/README.md)** <br/> A Python function to perform a query on a PostgreSQL managed database. | python310 |[Serverless Framework]|
57
57
|**[Terraform Python](functions/terraform-python-example/README.md)** <br/> A Python function deployed with Terraform. | python310 |[Terraform]|
58
58
|**[Triggers Getting Started](functions/triggers-getting-started/README.md)** <br/> Simple SQS trigger example for all runtimes. | all |[Terraform]|
0 commit comments