pulumi / pulumi-cloud

A highly productive multi-cloud framework for containers, serverless, and data
Apache License 2.0
130 stars 18 forks source link

Fix master build #829

Closed lukehoban closed 7 months ago

lukehoban commented 7 months ago

Looks like the AWS SDK .d.ts file got subtly stricter in a way which TypeScript couldn't infer. So make the type more explciit.

Also, check in that yarn.lock files so that we build against a consistent set of dependencies. Ensure that TS builds don't fail when dependency .d.ts files get subtly stricter.

Fixes #828.