Releases: spcl/faaskeeper
Releases · spcl/faaskeeper
First beta release 0.1
This is the first beta release of FaaSKeeper. Compatible with the Python client library v0.1.
What's changed
- Management of sessions.
- Implemented
create
,get
,set
, anddelete
operations. - Implemented two user storage solutions (DynamoDB, S3), queues (DynamoDB streams and SQS)
- Implemented watches and heartbeat function.