AWS SNS Verifier
Project description
AWS SNS Verifier
A Python library for verifying AWS SNS signatures based on the official AWS documentation.
Features
- Validates SNS message signatures (SHA1 and SHA256)
- Supports notification and subscription confirmation messages
- Email attachment extraction from SNS messages
- Type-safe Pydantic models
- Certificate validation and caching
Installation
uv add aws-sns-verifier
Usage
from aws_sns_verifier.validator import validate_sns_signature
from aws_sns_verifier.models import EmailWebhookRequest
# Parse your SNS message
sns_message = EmailWebhookRequest(**sns_json_data)
# Verify the signature
validate_sns_signature(sns_message, expected_topic_arn="arn:aws:sns:...")
## Publish
#.env
UV_PUBLISH_TOKEN==pypi-...
# export all envs in .env to the terminal
export $(cat .env | xargs)
uv build && uv publish
Dependencies
- Python 3.13+
cryptography>=45.0.5pydantic>=2.11.7
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aws_sns_verifier-0.1.1.tar.gz
(23.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aws_sns_verifier-0.1.1.tar.gz.
File metadata
- Download URL: aws_sns_verifier-0.1.1.tar.gz
- Upload date:
- Size: 23.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e807d6bb2a71f9c9a32d40cadb7d8143b3cd23b4d3c39b2098604f400a75c8fc
|
|
| MD5 |
0f3797391cbd2123ff5c3e328fb105a7
|
|
| BLAKE2b-256 |
fd983802d49ac79e09c38d7bc64bb861f4a2db53266f7a8ae3dbfccd528920a5
|
File details
Details for the file aws_sns_verifier-0.1.1-py3-none-any.whl.
File metadata
- Download URL: aws_sns_verifier-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4340a5d0037f3a33025c79ec762a259d3a729ebcab9a682bb9ca68985504945
|
|
| MD5 |
924b3257fa88fd9fc3c3846175b93a60
|
|
| BLAKE2b-256 |
68fc90c979d3a995082fd641a6072f6ee50e784c31a9235045b273d5413fa31b
|