Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: create signer client with region definition #2455

Merged
merged 4 commits into from Dec 10, 2020

Conversation

mndeveci
Copy link
Contributor

@mndeveci mndeveci commented Dec 4, 2020

Which issue(s) does this change fix?

#2433

Why is this change necessary?

If user doesn't have any default region setting (env variable or in ~/.aws folder) guided deploy command will fail.

How does it address the issue?

This change sets region from guided deploy parameters

What side effects does this change have?

None

Checklist

  • Write design document (Do I need to write a design document?)
  • Write unit tests
  • Write/update functional tests
  • Write/update integration tests
  • make pr passes
  • make update-reproducible-reqs if dependencies were changed
  • Write documentation

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link
Contributor

@jfuss jfuss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Are there any tests we should be added for this?

@mndeveci
Copy link
Contributor Author

mndeveci commented Dec 9, 2020

LGTM. Are there any tests we should be added for this?

Good point. Added some unit tests for client creation of s3, ecr and signer.

@mndeveci mndeveci merged commit 08193e7 into aws:develop Dec 10, 2020
mndeveci added a commit to mndeveci/aws-sam-cli that referenced this pull request Jan 19, 2021
* fix: create signer client with region definition

* chore: black formatting

* chore: add unit tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants