aws-samples / serverless-patterns

Serverless patterns. Learn more at the website: https://serverlessland.com/patterns.
https://serverlessland.com
Other
1.6k stars 928 forks source link

New serverless pattern - alb path based session stickiness #2494

Closed jasonend closed 1 month ago

jasonend commented 1 month ago

This project demonstrates how to implement path-based session stickiness using AWS CDK with Python. The purpose is to showcase a solution for maintaining user sessions based on specific URL paths in an Application Load Balancer (ALB) environment.