Matteo Gioioso

Results 47 comments of Matteo Gioioso

Yes, that's correct. I have never thought about this use case, but it seems a very useful addition indeed. PostgreSQL has the `application_name` option in the connection string, and I...

I have added this functionality in the new major version (2)

So I suppose approach is not working?

@ttmarek So, as I have understood correctly you want to add it as an event? For now I have monkey patched like this ```` const userSession = trackEvent((action, prevState, nextState)...

Ok, this is a long standing bug with Cloudformation. Similar happening with Kinesis and it was already spotted in 2018 on the serverless framework. This is a minimal reproducible case...

@gojko I have tried claudia pack, but unfortunately is not working either with symlink, I have inspected the zip but the linked module is not present =(

@Obirah I have your same issue, the callback is http, but I need https, not sure this is a bug happening only with Cognito. Where did you add that middleware?...

For the time being I have modified the code and upload my own image: ``` func redirectBase(r *http.Request) string { return fmt.Sprintf("%s://%s", "https", r.Host) } ``` Unfortunately I could not...

> Please note, when working with Cognito this will only work when using my changes from this Pull Request and the _AUTH_STYLE set to header Aha, gotcha. Thanks man!