thomasmichaelwallace / serverless-better-credentials

Better AWS credentials resolution plugin for serverless
MIT License
54 stars 9 forks source link

feat: add remaining default chain providers to profile chains #34

Closed tim-hutchinson closed 8 months ago

tim-hutchinson commented 9 months ago

Implements #32

This adds the missing providers from the AWS SDK's default chain into the profile providers chain created by the plugin. They're added in the order they're defined in the default chain, but only after the existing providers created by this plugin, resulting in a chain slightly out of the default order

thomasmichaelwallace commented 8 months ago

OK - this has been released as v2.0 - https://github.com/thomasmichaelwallace/serverless-better-credentials/releases/tag/v2.0.0