Michael Walmsley
Michael Walmsley
Hey there - I am involved with AWS Lambda Powertools (for Python), and there are nuances to handling API routes from Lambda given the different invoke mechanisms: API Gateway Rest...
@heitorlessa thought I would add another element to the discussion re: AWS SDK being "heavy". Over in the Node world, Begin has created [aws-lite](https://aws-lite.org/) as a super-fast alternative to the...
> 1 - If I got it correctly, the idea of this RFC is to create a middleware to add the ability to create WIDE logs per transaction/lambda execution. Could...
Hi @leandrodamascena, no POC yet. No rush. Keen to hear from others in the community about what would make sense for a WebSocket event handler, use cases, existing problems and...
It would be nice to separate out the different route types. My example above used a central route definition even for the defined routes. But I think it would be...
I want to come back to this one. I implemented a "long-running task" via websocket Typescript [CDK construct](https://github.com/serverless-dna/constructs) last year and wrote about this in a [blog article](https://serverlessdna.com/strands/websockets). Need to...
I wanted to return to this one and see if the Event Handler middleware implementation resolves this issue for @Muthuveerappanv. Are there still gaps for you? The middleware handlers will...
> @walmsles Thanks for contributing the `SchemaValidationMiddleware` Is there a way it can be used to valid query string parameters? I'm not sure if the validation or parser modules support...
Hi @heitorlessa am happy to pick this one up, I am busy for a week but will have time after that to work on it.
> The more I think the more I find that if we create a new contract and suggest customers to invoke Lambda functions using this contract as a payload, we...