Skip to content

edureka-tutorials/sqs-intigration-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqs-intigration-app

  1. Make sure that aws credentials are configured or IAM role attached with the EC2 instance.

  2. Declare SQS queue name in environemnt variable:

    export Q_URL=

  3. Declare DynamoDB table name in enviromment variable:

    export dynamo_table=

  4. Install dependencies with

    pip install -r requirments.txt

  5. Run the app

    python example-forms.py &

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published