Muthu Venkatachalam
Muthu Venkatachalam
I saw this interesting [medium](https://towardsaws.com/serverless-love-story-nestjs-lambda-part-i-minimizing-cold-starts-4ba513e5ce02) post based on `aws-serverless-express` that helps with cold-start in nestjs by moving the bootstrap part to the init stage and not within the handler, like...
## Description of the feature request Event Handler Support for powertools-typescript, to handle API Gateway events & Appsync events ## Problem statement Lambda Powertools for python is a one-stop-shop for...
### Is this related to an existing feature request or issue? _No response_ ### Which AWS Lambda Powertools utility does this relate to? Other ### Summary # Parser Utility for...
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/boyney123/eventcatalog/blob/master/CONTRIBUTING.md#reporting-new-issues). ### Description eventbridge plug-in generator fails when your event bus has...
### Use case ## Event Handler Router - Imrprovements Currently the route endpoints of `event_handler` don't take any function parameters other than url path variables as positional parameters ```py app...