aws / aws/aws-js-sns-message-validator
Support for HTTP certificate URLs
- Dominant language
- JavaScript
- Stars
- 74
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to get a project working with [LocalStack](https://www.localstack.cloud/), and `sns-validator` is currently rejecting all messages from the LocalStack SNS emulator because the certificate URLs all use `http://` instead of `https://`. It would be nice if the `MessageValidator` could be configured to check for `http://` domains, similarly to how it supports checking for a custom host.
Contributor guide
Research direction
Start at the MessageValidator implementation and trace how its custom-host configuration is defined and how certificate URLs are validated. Add equivalent configuration for permitted http:// certificate domains, then add or update validation tests to confirm LocalStack-style URLs work without weakening unrelated URL checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend-api-design, security
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100