Skip to content

Instantly share code, notes, and snippets.

View drocco007's full-sized avatar

Daniel Rocco drocco007

  • BrightLink Technology
  • Atlanta, GA
View GitHub Profile
@marcogrcr
marcogrcr / sigv4_using_http_client.py
Last active August 29, 2025 10:27
Send request with SigV4 in python using boto3
from boto3.session import Session
from botocore.auth import SigV4Auth
from botocore.awsrequest import AWSRequest
from botocore.credentials import Credentials
from http.client import HTTPConnection, HTTPSConnection
import json
import os
from urllib.parse import urlparse
def sigv4_request(
@wsargent
wsargent / docker_cheat.md
Last active September 23, 2025 16:14
Docker cheat sheet