Cody F
Cody F
> Ooohhhh, this is a typescript questions. Sorry. I personally don't use typescript so I can't advise how to best use middy with typescript. I know you're not the first...
Two years on and nothing on proper ESM support tells me this is a dead end project and I need to migrate my code to another library. ESM is the...
> > Two years on and nothing on proper ESM support tells me this is a dead end project and I need to migrate my code to another library. ESM...
Within this effort I'd like to see a pattern built for creating decorators and not just middleware - if possible.
@dreamorosi I see what you mean. A `TRACE` level would cover all of the statements about execution path - which is what I want to hide. Then `DEBUG` would cover...
> The response does not adhere to the [GraphQL Spec](https://spec.graphql.org/October2021/#sec-Response-Format). I called this out to the OP in the monday.com community as well. monday.com refuses to acknowledge they do not...
@dreamorosi primary difference from the Idempotency tool is that these are not per-request based but per resource based. It could be something that is happening across many separate requests -...
@leandrodamascena ## Storage persistent storage could by dynamodb or redis/valkey (elasticache), or SQL. I used dynamodb in my implementation (I should make that clear, I wrote this since submitting the...
I airlifted the code out of the repo, but here it is: [https://github.com/codyfrisch/distributed-lock](https://github.com/codyfrisch/distributed-lock). Its ugly. Don't laugh. Its what you get when you're in "just make it work" mode. But...
> I have one last question: are you using this utility only in Lambda or in different types of platforms? I didn't see anything in the code that made this...