Skip to content

Instantly share code, notes, and snippets.

@gileri
gileri / cwl.py
Last active February 28, 2023 04:15
Cloudwatch logs length test
#!/bin/env python3
from time import time, sleep
import boto3
LOG_STREAM = str(int(time()))
LOG_GROUP = "CHANGEME"
cwl = boto3.client("logs")