Massimo Presta
Massimo Presta
running `sudo pip install thefuck` again fixed it for me
I had the same issue over with other versions. I have also tried running the `rest-api-ts` example locally https://github.com/serverless-stack/serverless-stack/tree/master/examples/rest-api-ts and got the same `Unexpected token *` error.
I am using the context.set to store the authenticated userId, however when multiple requests are hitting the same worker instance, doing a context.get returns me the wrong userId. It looks...