Andrew
Andrew
I wish Fargate could have some sort of caching. Due to lack of environment variables my task just kept falling during all weekend. And every restart meant that new image...
@psaia Did you have a chance to find any workaround for that issue?
> Hi @Brother-Andy, > > I see it is set to the `session` https://github.com/mblackgeo/flask-cognito-lib/blob/main/src/flask_cognito_lib/decorators.py#L108 So you can access it using `session.get("user_info")` anywhere you need. Thank you. I checked that variable...
@lokeoke yes, API Gateway starts to `access_token` only after I create Cognito resource server with the custom scope and add that scope URL into the API Gateway method setting for...