Skip to content

Instantly share code, notes, and snippets.

View ebbp0's full-sized avatar
☁️
Cloudy

Elliot BP ebbp0

☁️
Cloudy
View GitHub Profile
@ebbp0
ebbp0 / aws_queue.py
Last active April 21, 2022 23:15
AWS SQS send/receive with multi-threading
"""Snippet for just-add-water multithreading with AWS SQS service.
Does not currently check for send errors but will one day...
@author Elliot BP (github: ebbp0) <[email protected]>
"""
import json
from multiprocessing import Process, Pipe
from typing import Any