Closed
Description
Use case
I want to annotate class methods with a decorator.
Example:
export class Foo {
@MakeIdempotent(config)
public submitPayment(): void {
// Do something
}
}
Since the package now is based on typescript 5.x (#1375) I'd assume this should not be a problem.
Solution/User Experience
Add the decorators back in which have been removed with #1553
Alternative solutions
No response
Acknowledgment
- This feature request meets Powertools for AWS Lambda (TypeScript) Tenets
- Should this be considered in other Powertools for AWS Lambda languages? i.e. Python, Java, and .NET
Future readers
Please react with 👍 and your use case to help us understand customer demand.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Shipped