Samuel Lehotsky
Samuel Lehotsky
The package.json in platform folder uses esbuild 0.20.2. In 0.21.0 esbuild maintainers introduced support for decorators, [see release notes](https://github.com/evanw/esbuild/releases/tag/v0.21.0). I'm wondering if using a newer esbuild version would enable decorators...
Hi, I'd like to report a bug. Order of transaction items in a transaction request is important for error handling. [AWS docs](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_TransactWriteItems.html#API_TransactWriteItems_ResponseSyntax) say: > Transaction cancellation reasons are ordered in...