File tree 4 files changed +6
-3
lines changed
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Serverless API Framework
2
2
3
+ [ ![ Documentation Status] ( https://readthedocs.org/projects/serverless-api-project/badge/?version=latest )] ( https://serverless-api-project.readthedocs.io/en/latest/?badge=latest )
4
+ [ ![ pre-commit.ci status] ( https://results.pre-commit.ci/badge/github/scaleway/serverless-api-project/main.svg )] ( https://results.pre-commit.ci/latest/github/scaleway/serverless-api-project/main )
5
+
3
6
Serverless API Framework is a tool that lets you write and deploy serverless functions in python.
4
7
It bridges your code with the deployment configuration to make it a breeze to work with serverless functions.
5
8
Original file line number Diff line number Diff line change 1
- scw-serverless ~= 0.0.2
1
+ scw-serverless ~= 0.0.3
Original file line number Diff line number Diff line change 1
1
boto3 ~= 1.26
2
2
dataclass-wizard ~= 0.22
3
- scw-serverless ~= 0.0.2
3
+ scw-serverless ~= 0.0.3
4
4
slack_sdk ~= 3.19
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " scw-serverless"
3
- version = " 0.0.2 "
3
+ version = " 0.0.3 "
4
4
description = " Framework for writing serverless APIs in Python, using Scaleway functions and containers."
5
5
authors = [" Scaleway Serverless Team <opensource@scaleway.com>" ]
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments