Sean O'Grady

Results 4 comments of Sean O'Grady

Same here, `responseBody` is a pending promise in the Browser when the statusCode is 400. I'm using 7.3.12.

For anyone who comes across this, adding `"noEmit": true` in tsconfig.json didn't work for me. But, adding `"noEmitOnError": true` did.

I also had a similar experience when trying to create a IAM Role. I had an error, as it turned out, in the `assumeRolePolicyDocument` (trust policy). AWS native gives this...

I'm having a similar problem with IE 11 except that I'm getting `Unhandled promise rejection undefined`. I've found a hackish workaround, at least for me. I'm using svelte. Put this...