Skip to content

saadfareed/Python_Boto3_FIFO_AWS_SQS

Repository files navigation

AWS SQS and Email Services

Server needs few thing in it to run successfully which is listed below

Technologies

  • Python version 3.11 & above

Install requirements of project

$ pip install -r requirements.txt

create config.ini in the root directory of project where manage.py placed

$ nano config.ini

Copy all sections and key-value pairs from .ini.sample or from below:

[Email]
EMAIL_HOST = 
EMAIL_PORT = 
EMAIL_HOST_USER = 
EMAIL_HOST_PASSWORD = 
FROM_ALIAS = 

[AWS]
AWS_ACCESS_KEY = 
AWS_SECRET_ACCESS_KEY = 
GERMINATION_QUEUE_URL = 
GERMINATION_DLQ_QUEUE_URL = 

PLANET_IMAGERY_QUEUE_URL = 

[PLANET]
API_KEY = 
SEARCH_ITEM_URL = 
ORDER_URL = 

Run Django Server using below command

$ python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published