Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Coerce profile string pointer to string using Amazon's helper
When using the raw dereferenced pointer when attempting to get an AWS session, it is possible that profile is a nil pointer, in which case the application panics when trying to dereference it. Using AWS' helper methods instead ensures an empty value is used instead.
- Loading branch information