Yukititit

Results 2 comments of Yukititit

Same issue with version: ``` Terraform v1.3.5 on windows_amd64 ``` i am able to route to a single target group with target_group_arn but how should i add a stickiness block?

``` router .use(async (request, event, next) => { const start = Date.now() const end = Date.now() console.log(`Request took ${end - start}ms`) return (await next()) }) .get(async (request) => { return...