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

bypassProxy on SQS wrapper can cause issues publishing to SNS #41

Open
James-Burba opened this issue Aug 7, 2019 · 0 comments
Open

Comments

@James-Burba
Copy link

The accounts team noticed that after bumping from version 1.13 to 2.2.2 we were unable to publish to our SNS topic using the SNS wrapper. We traced the problem to the bypassProxy argument for the SQS wrapper initializer, which is true by default. This was somehow bleeding over into the SNS behavior - once we set bypassProxy to false on the SQS wrapper, we were able to publish SNS events again.

@James-Burba James-Burba changed the title SNS can't publish after SQS is initialized bypassProxy on SQS wrapper can cause issues publishing to SNS Aug 7, 2019
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

No branches or pull requests

1 participant