Hello, just thought I should notify you that there's been a breaking change in rusoto (https://github.com/rusoto/rusoto/pull/435) which affects your project. Particularly, IamProvider has been renamed to InstanceMetadataProvider.
You'll need to change the references to IamProviderhere once you update to rusoto 0.20.0. :)
Although that being said it looks like you're still on rusoto 0.13.0, so this won't affect you if you choose to stay on that version.
Hello, just thought I should notify you that there's been a breaking change in rusoto (https://github.com/rusoto/rusoto/pull/435) which affects your project. Particularly,
IamProvider
has been renamed toInstanceMetadataProvider
.You'll need to change the references to
IamProvider
here once you update to rusoto 0.20.0. :)Although that being said it looks like you're still on rusoto 0.13.0, so this won't affect you if you choose to stay on that version.