alexa / ask-cli

Alexa Skills Kit Command Line Interface
https://developer.amazon.com/en-US/docs/alexa/smapi/ask-cli-intro.html
Apache License 2.0
167 stars 54 forks source link

fix: default region not getting set correctly #462

Closed doiron closed 1 year ago

doiron commented 1 year ago

Issue #, if available:

Fixing some functional tests that were showing an issue picking up the default AWS regions. the latest changes migrating to aws-sdk v3 converted an awsutil function to a promise and the callers were not updated to await for the promise to complete. fix is simply to wait for the promise to resolve by calling await.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.