Skip to content

Instantly share code, notes, and snippets.

View BrandonLWhite's full-sized avatar

Brandon White BrandonLWhite

  • Austin, TX
View GitHub Profile
@Apakottur
Apakottur / aws.py
Last active May 3, 2025 12:52
Moto + aiobotocore
from collections.abc import Awaitable, Callable, Iterator
from dataclasses import dataclass
from typing import Any, TypeVar
import aiobotocore
import aiobotocore.awsrequest
import aiobotocore.endpoint
import aiobotocore.httpchecksum
import aiobotocore.response
import botocore.awsrequest