Aws-sdk-js: Allow noImplicitAny = true from TypeScript

Created on 11 Nov 2016  路  7Comments  路  Source: aws/aws-sdk-js

Hi Guys, thanks for the latest update.

When trying to compile a TS app using the library, with the noImplcitAny = true flag, it fails because the resolve method in the CredentialProviderChain class doesn't declares it return type.

I'll send a pull request to fix this in a few minutes

All 7 comments

馃憤 and thank you, this started failing builds for me last night.

Thank you as well, uncovered just this morning. You're on top of it!

Kudos goes to my boss @PabloZaiden who discovered the bug and suggested the fix .

Thanks!. Hope it gets pushed to npm soon :)

Thank you @marcote, and apologies to anyone who was affected. The change has been pushed to master, if anyone encounters more problems please open another issue.

Was anyone that was affected already using 3rd party typings for the SDK?

@chrisradek yes, I was using https://www.npmjs.com/package/@djabry/aws-sdk-typescript (it's a fork of a project that auto-generates them).

When will this be pushed to npm?

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

Was this page helpful?
0 / 5 - 0 ratings