Dan Rivett
Dan Rivett
Probably not the best way to implement this, but this change is backwards compatible and unblocked me as I needed a genuine ISO8601 datetime string that included milliseconds - e.g....
# Summary At the 11th hour in our app development we have just discovered that after following the [official AWS documentation use cases](https://docs.amplify.aws/cli/graphql-transformer/auth#multiple-authorization-rules) of adding `@Auth` directives on my GraphQL...
# Use Case We ran into a scenario where we want to format a `Dinero` object in a user-specified locale but not to a single `string`, but to its component...
Closes #645.
I've been working on a custom plugin with custom rules, and for some of the rules I want to apply to all commit comments, however for other rules I want...
In an AppSync JavaScript resolver there is a strange bug where if I use the `let` keyword to define a default value and then conditonally change it, deployment fails (with...
### Before opening, please confirm: - [X] I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists. - [X] I have...
First of all, I'm surprised I couldn't find an existing bug, so if I've missed it, apologies. But as I couldn't find one I'm creating this ticket as as surely...
### How did you install the Amplify CLI? npm -g i @aws-amplify/cli ### If applicable, what version of Node.js are you using? v20.18.1 ### Amplify CLI Version 13.0.1 ### What...