Description
The migrated code from https://github.com/github.com/terraform-providers/terraform-provider-aws never included end-to-end testing for the AWS Go SDK credential ordering and session construction.
It should be possible to assemble testing similar to https://github.com/aws/aws-sdk-go/blob/5b6de26cd5565bb7349fc12593b83ddc5ce343e0/aws/session/session_test.go to ensure updates to this codebase do not cause unexpected behavior or regressions.