Nordstrom / artillery-plugin-aws-sigv4

Plugin for artillery.io that signs HTTP requests using the AWS Signature V4 specification.
Apache License 2.0
16 stars 21 forks source link

Improve the User Experience With Invalid SDK Config #8

Closed erikerikson closed 7 years ago

erikerikson commented 7 years ago

Resolves #7... somewhat. At least gives better information...

Check for invalid credentials or region in the SDK configuration before using them. Not doing so can lead to cryptic errors that are hard to support and hard for users to understand. As with other errors, prefer to throw an exception that cancels the execution of the artillery script.

gwsii commented 7 years ago

Nice change, Erik! Thanks.