We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
snsValidCertUrl
I'm unable to test the implementation locally because the certificate URL hardcoded in snsValidCertUrl is returning a 404:
laravel-sns-events/src/Concerns/GeneratesSnsMessages.php
Line 29 in a36a61a
I've gone down a bit of a rabbit hole trying to figure out what this URL should be, and unfortunately the AWS docs seem outdated:
I'm not entirely sure what the fix should be here, but happy to raise a PR if you have any ideas.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm unable to test the implementation locally because the certificate URL hardcoded in
snsValidCertUrl
is returning a 404:laravel-sns-events/src/Concerns/GeneratesSnsMessages.php
Line 29 in a36a61a
I've gone down a bit of a rabbit hole trying to figure out what this URL should be, and unfortunately the AWS docs seem outdated:
These docs indicate the URL should be http://sns.us-east-1.amazonaws.com/SimpleNotificationService.pem for the US East 1 region, but this also 404s.
These docs also indicate the URL should be http://sns.us-east-1.amazonaws.com/SimpleNotificationService.pem
I'm not entirely sure what the fix should be here, but happy to raise a PR if you have any ideas.
The text was updated successfully, but these errors were encountered: