Scout24/spring-session-dynamodb

Name: spring-session-dynamodb

Owner: AutoScout24

Description: An implementation of Spring Session extension based on DynamoDB as a Session Store

Forked from: dimanex/spring-session-dynamodb

Created: 2018-05-09 11:44:59.0

Updated: 2018-05-09 13:56:14.0

Pushed: 2018-05-09 13:56:13.0

Homepage: null

Size: 73

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Spring Session DynamoDB

An implementation of Spring Session extension based on AWS DynamoDB as a Session Repository

Disclaimer

This work still under development and should be used for experimentation purposes only. Please use on your own responsibility.

Configuration

figuration
bleDynamoDBHttpSession
bleConfigurationProperties(DynamoDBSpringSessionConfiguration.class)
ic class SessionConfig {

ean
blic DynamoDB dynamoDB() {
return new DynamoDB(AmazonDynamoDBClientBuilder.standard().withRegion(Regions.EU_WEST_1).build());


Override defaults in your properties with:

ng.session.dynamodb.tableName
ng.session.dynamodb.maxInactiveIntervalInSeconds

Misc


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.