Added
- Support for role-based authentication! You can now pass a role ARN to the
ConfigurationOptions
constructor to work with apps that were created using an IAM role ARN, instead of needing to register a new app using an IAM user ARN. This resolves #24.
Fixed
- Backwards compatibility for array-based configuration via the
Configuration
constructor was broken, because the expected configuration array keys had changed. Those changes have been reverted, so legacy configuration setups should work properly now.