Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python3
from __future__ import annotations
import argparse
from pathlib import Path
import boto3
from botocore.exceptions import ClientError