Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DynamoDB implementation #391

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

jeastham1993
Copy link

@jeastham1993 jeastham1993 commented Jan 27, 2024

PR Type

Feature

PR Checklist

  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • A changelog entry has been made for the appropriate packages.
  • Format code with the nightly rustfmt (cargo +nightly fmt).

Overview

Introduces a brand new feature and functionality for using DynamoDB as a SessionStore.

Closes #38

@jeastham1993
Copy link
Author

Raised the initial PR for a code review as Im quite new to Rust. Will run through the PR checklist over the next day or so to ensure all that is added.

@robjtede robjtede added A-session Project: actix-session B-semver-minor labels Jan 27, 2024
@robjtede robjtede linked an issue Jan 28, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-session Project: actix-session B-semver-minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Session: Add support for Amazon DynamoDB as session storage backend
2 participants