Changelog
- e837d0f Remove storing AWS_PROFILE in state (#1909)
- baae486 updating some links and link text in the readme (#1903)
Please Note
This release stops storing the aws profile in state when using an environment variable to set the value. If you require access to the profile name from the config then you will need to do something similar to this (in NodeJS - you can change this to other language based syntax)
aws.config.profile || process.env.AWS_PROFILE