You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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 setbypassProxy
to false on the SQS wrapper, we were able to publish SNS events again.The text was updated successfully, but these errors were encountered: