Utility library for Yandex.Cloud
Project description
yalambda
Yalambda lets you write Yanex.Cloud Functions with less boilerplate
Features:
- everything is type-annotated, so you'll get autocompletion in IDEs
- base64 de/encoding and other details are handled for you
Echo server example
from yalambda import function, YaRequest, YaResponse
@function
async def handler(req: YaRequest) -> YaResponse:
return YaResponse(200, req.body)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
yalambda-0.1.0.tar.gz
(3.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file yalambda-0.1.0.tar.gz.
File metadata
- Download URL: yalambda-0.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.8 CPython/3.8.8 Linux/5.10.63-1-MANJARO
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ffa3d63c52edf27c6b153adeab74d7ca106bbcc7a5c0b4b03023c7f621ff7885
|
|
| MD5 |
b80dee09d1ea7683ea10018fd7bac5b7
|
|
| BLAKE2b-256 |
5af7df20408a34507ec5ed5c173f5e4d68c7b39f0c6ebc7e7d53dca324cd551b
|
File details
Details for the file yalambda-0.1.0-py3-none-any.whl.
File metadata
- Download URL: yalambda-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.8 CPython/3.8.8 Linux/5.10.63-1-MANJARO
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d9badaa37c14b26ae65cfe6a0501fafbd418187d6fef900bef32601c6f2a6d5
|
|
| MD5 |
a0cd56797d58b2abc98dd05c6fc058f7
|
|
| BLAKE2b-256 |
fdf36d8dc979db2bd7a7bc02f1233b27fcab3fddce353d33e72938e9162c5bff
|