We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe5e5d commit bc528ceCopy full SHA for bc528ce
cdk/lib/cakeredux-stack.ts
@@ -63,6 +63,8 @@ export class CakeReduxStack extends cdk.Stack {
63
healthCheck: {
64
path: healthCheckPath,
65
},
66
+ stickinessCookieDuration: cdk.Duration.days(1),
67
+ stickinessCookieName: 'CAKEREDUX_SESSION',
68
});
69
70
existingListener.addTargetGroups('AddTargetGroup', {
0 commit comments