Amazon web services – typescript eslint warning on one aws client constructor (dynamodb), but not another (s3)
I'm pretty new to Typescript, so maybe I'm overlooking something obvious, but I'm unable to use the AWS v3 Javascript SDK without triggering what appear to be totally bogus @typescript-eslint warnings. Here's a trivial snippet that reproduces one inconsistency: import…