How to connect Spring Session MongoDB to AWS DynamoDB?

Viewed 17

We are wanting to use AWS DynamoDB for Spring Session storage for services we are deploying via App Runner as a first step of moving away from a monolithic Tomcat setup.

We see there is a MongoDB Session handler, and we can find examples for how to do non-session related things with DynamoDB, but we can't seem to find out what step or steps we need to follow to have the MongoDB Session handler talk to the AWS DynamoDB backend.

Can someone provide sample code or point to an example project that does this?

0 Answers
Related