Sander Altman
Sander Altman
## Description When using a field alias in the selection set of a mutation, I believe the corresponding subscription(s) are being sent the value in the field alias, rather than...
### 🚀 Feature Proposal It would be nice to be able to tell Jest to wait some amount of time before retrying tests. I think for most use cases, just...
According to https://docs.aws.amazon.com/appsync/latest/devguide/supported-features.html, these operators are supported: > - standard math operators (+, -, /, %, *, etc.) > - nullish coalescing operator (??) As it turns out, the assignment...
Since `throw` statements are not allowed in AppSync JS, there should be a `no-throw` rule to detect and report any `throw` statements
Since the mapping functions are largely for validation and basic data transformation/normalization, regular expressions are extremely useful in the mapping functions. It would be great to see them added to...
### Summary: Love the library, particularly the single-table design support, but wanted to follow up on: https://github.com/dynamoose/dynamoose/issues/1071#issuecomment-1157874552 Any chance something like [dynamoose-decorator](https://github.com/p1ayground/dynamoose-decorator) could be built into Dynamoose (so that we...