Skip to content

Commit bc528ce

Browse files
sticky sessions
1 parent afe5e5d commit bc528ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cdk/lib/cakeredux-stack.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ export class CakeReduxStack extends cdk.Stack {
6363
healthCheck: {
6464
path: healthCheckPath,
6565
},
66+
stickinessCookieDuration: cdk.Duration.days(1),
67+
stickinessCookieName: 'CAKEREDUX_SESSION',
6668
});
6769

6870
existingListener.addTargetGroups('AddTargetGroup', {

0 commit comments

Comments
 (0)