Helpers functions for send sqs and sns aws messages
Project description
## Paquete con funciones de ayuda para envio de mensajeria sns, sqs de AWS (obligatorias) ##
Para poder operar con este paquete de forma correcta, no olvidar setear estas variables en su settings.py
AWS_REGION_NAME = os.environ.get(‘AWS_REGION_NAME’)
AWS_ACCESS_KEY_ID = os.environ.get(‘AWS_ACCESS_KEY_ID’)
AWS_SECRET_ACCESS_KEY = os.environ.get(‘AWS_SECRET_ACCESS_KEY’)
## Variables de Entorno para disitntos Ambientes (no obligatorias) ##
ENVIRONMENT = “STAGING” OR “PRODUCTION” OR “DEVEL” OR “LOCAL”
COUNTRY_PREFIX = “CL” OR “MX”
# Estas variabes se agregaran automaticamente como atributo en los mensajes SNS
### Para instalar este paquete use pip de la siguiente forma: ###
pip install django-sns-sqs-services
### Para uso de este paquete, importe la libreria de la siguiente forma: ###
from sns_sqs_services.services import SqsService, SnsService
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
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 django-sns-sqs-services-0.1.3.tar.gz.
File metadata
- Download URL: django-sns-sqs-services-0.1.3.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0fcf4e1ede24f5cbe718bff0725bba47926f4d3c716b63c0bf3fec2f604c55a0
|
|
| MD5 |
b54f70d560d9236a6e82bc274cb03042
|
|
| BLAKE2b-256 |
f042fec64928d63cddda43f9a1de4e4daa5ccd619315a7f1b682c583099f6f43
|
File details
Details for the file django_sns_sqs_services-0.1.3-py3-none-any.whl.
File metadata
- Download URL: django_sns_sqs_services-0.1.3-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
431641d7d1126320118f9d44b3c548728dea1476a0749842818d1d56160840e0
|
|
| MD5 |
216e64fe9f2afa7414847ae659e569de
|
|
| BLAKE2b-256 |
558af79581fe93f34d7ffab828d2e9d217b77404fbf81d251a52b8c4a30c767c
|