actix / actix/actix-extras

Session: Add support for Amazon DynamoDB as session storage backend

Open
#383 2 comments 1 reaction 0 assignees View on GitHub
A-session C-feature
Dominant language
Rust
Stars
889
Forks
224
Avg merge
9h 37m
Merged PRs (30d)
20

Description

## Feature Request

Add an additional `SessionStore` implementation to use Amazon DynamoDB as the session storage backend, as an alternative to Redis.

Add an implementation that uses DynamoDB instead of Redis, allowing configuration of the table, key and TTL names. **I can contribute a PR for this implementation.**

## Context

Building a serverless application on AWS using Actix, and want to avoid using any AWS services that rely on a VPC. Currently I need to run an Elasticache cluster to get access to Redis.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.