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

SQS VPC Endpoint in c7n_mailer issue 5722 #5770

Merged
merged 5 commits into from May 19, 2020

Conversation

willjw1
Copy link
Contributor

@willjw1 willjw1 commented May 15, 2020

issue 5722 attempting to add in the endpoint_url into the configuration and have it part of the session's client call. If it is not defined, it will default to null and in the call will be = to None which is what https://boto3.amazonaws.com/v1/documentation/api/latest/reference/core/session.html
seems to be expecting. Added in documentation change.

@kapilt
Copy link
Collaborator

kapilt commented May 15, 2020

thanks for the pull request, github actions seems to be having issues atm.

@@ -257,6 +257,7 @@ and here is a description of the options:
|:---------:|:----------------|:-----------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| ✅ | `queue_url` | string | the queue to listen to for messages |
| | `from_address` | string | default from address |
| | `endpoint_url` | string | The complete URL to use for the constructed client. |
Copy link
Collaborator

Choose a reason for hiding this comment

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

minor doc string here, probably should read - SQS API URL (for use with VPC Endpoints)

Copy link
Collaborator

@kapilt kapilt left a comment

Choose a reason for hiding this comment

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

one minor on doc string else looks good to me, thanks

Copy link
Collaborator

@kapilt kapilt left a comment

Choose a reason for hiding this comment

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

lgtm, thanks

@kapilt kapilt merged commit 9af130f into cloud-custodian:master May 19, 2020
@willjw1 willjw1 deleted the SQS-VPC-Endpoint-5722 branch May 19, 2020 14:22
fidelito pushed a commit to fidelito/cloud-custodian that referenced this pull request May 29, 2020
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

2 participants