Skip to content

Poll for SQS messages of S3 bucket object creation and retrieve objects locally.

Notifications You must be signed in to change notification settings

rpiskule/sqs-notify-s3-retrieve

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqs-notify-s3-retrieve

Poll for SQS messages of S3 bucket object creation and retrieve objects locally.

Usage

Launch the Docker container with the SQS queue you want to monitor. AWS Region, Access ID and Secret Key values should all be specified as Docker environment parameters. It will also be necessary to volume mount in the location where data should be placed.

docker run -it \
  -e AWS_DEFAULT_REGION=us-east-1 \
  -e AWS_ACCESS_KEY_ID=your_access_key \
  -e AWS_SECRET_ACCESS_KEY=your_secret_key \
  -v /your/data/target:/incoming \
  gisjedi/sqs-notify-s3-retrieve \
  my_queue_id -w

Get full usage options:

docker run -it gisjedi/sqs-notify-s3-retrieve

About

Poll for SQS messages of S3 bucket object creation and retrieve objects locally.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%