will Farrell
will Farrell
Thanks for the detailed report. `normalizeHttpResponse` is also used to normalize error responses as well, so it's not that simple. However, in that case `statusCode` should always be set. **Option...
v4 is on hold till we know what AWS is going to do for their next runtime update (v18). That could be as early as Sept, or a year from...
Within this PR is fine.
Looks good to me. I'm going to leave it open in case other would like to comment. I can merge and release next week. Thanks for all of the hard...
@khaledosama999 having javascript inside of json will break other things (linter for example). ajv v7 has some new abilities that allow #99 to be more possible. I can see the...
There isn't a solution right now that I'm aware of.
One idea I've been thinking on for a while is to store the session in memory inside of a service worker. SharedWorker are not supported in Safari, making Service Workers...
@mcdonamp great to see a lot of thought is being put into how to best address this. Thanks for leading. I totally agree the validation and authorization should be separated....
Note the inclusion of `"useUnknownInCatchVariables": false`. I tried the other patterns suggested from [1], but they still errored when using `err.code` (`Property 'code' does not exist on type 'Error'.`) [1]...
That's what I was imagining. I've updated above with what I imagine it could look like.