powertools-lambda-typescript
powertools-lambda-typescript copied to clipboard
Powertools is a developer toolkit to implement Serverless best practices and increase developer velocity.
### Expected Behavior When using the Idempotency utility with ddb persistence, the utility should return the result of a previous operation from cache provided that the request is handled by...
### Expected Behavior We should be able to generate a test form the API Gateway console that allows the ApiGatewayProxyEventModel to be validated and parsed by Zod. ### Current Behavior...
### Use case Currently our logging standard has both the numerical and string representations of the Log Level. The usage of both allow us to have increased efficiency when retrieving...
### Expected Behaviour I expect powertools to log all enumerable properties on an error. It's common to include a code, and extra information about an error. For example, node's fs...
### Use case Currently when using the Parameters and Tracer utility together, and with top-level `await` (like shown below) used in a certain order an error is logged (**but not...
### Use case We currently heavily use zod in our projects. The new Parser (Zod) utility could help us (since we validated most of them manually). Since we have use...
### Summary This issue is part of a larger group: #2381 As part of this task we should: - [ ] review that the README file for the package is...
### Summary This issue is part of a larger group: #2381 As part of this task we should: - [ ] review that the README file for the package is...
### Use case When creating a custom Parameters provider I should be able to seamless set my own backend, regardless of whether this might be AWS, a 3rd party, or...
### Summary As part of the launch activities for the upcoming Parser utility we need to publish a blog post on the AWS Blog. This issue serves as a tracking...