Skip to content

Instantly share code, notes, and snippets.

View danfaizer's full-sized avatar

Daniel danfaizer

  • Adevinta
  • Barcelona
View GitHub Profile
@danfaizer
danfaizer / CopySQS.py
Created November 14, 2019 13:08 — forked from Vidimensional/CopySQS.py
Copy between different SQS queues.
#!/usr/bin/env python
import json
import time
import argparse
import boto.sqs
from termcolor import cprint