Alex Bailey
Alex Bailey
I would definitely second this. I can think of many apps and apis that would benefit from this.
Agree. ESI is a great feature for developers and gives players loads of benefit. Right now it feels like CCP is giving a very CBA approach. I understand that priorities...
Four years on and this is still an issue. I assume it's due to a limitation in Symfony and the way environment variables are loaded. Allowing `*` for origin is...
Kind of crazy we have to have such a huge workaround for something which is so core to Cloudformation and protecting resources!
As an alternative to completely disabling the stamp, perhaps some stamp configuration is a possibility? Either something like `include_stack_trace` which defaults to `true` or somethig more configurable like `include_exception_stack`, `include_exception_code`...
Hi, We also have a use case for this and would love to see and support an implementation. We would like to rate limit our customers use of some features...
@leandrodamascena I completely agree that these would not be a replacement for other types of rate limits which normally would sit higher up the stack in the infrastructure layer. When...
@codyfrisch spot on. There are two tools to develop here. One is the distributed lock and the other is an application-level rate limiter.
> > [@codyfrisch](https://github.com/codyfrisch) spot on. There are two tools to develop here. One is the distributed lock and the other is an application-level rate limiter. > > I am actually...
Came across this issue today where I'm trying to re-use the DynamoDB Client across both Dynamoose and Powertools for Typescript. ``` src/utils/handlers/api/api-handler-factory.ts:33:5 - error TS2322: Type 'DynamoDB' is not assignable...