Skip to content

Instantly share code, notes, and snippets.

View tobywynne-mellor's full-sized avatar
🍊

Toby Wynne-Mellor tobywynne-mellor

🍊
View GitHub Profile
@tobywynne-mellor
tobywynne-mellor / aws_logs_core.clj
Created May 14, 2025 23:13 — forked from liquidz/aws_logs_core.clj
AWS CLI wrapping script by Babashka
(ns aws.logs.core
"AWS CLI wrapper for `logs` service
https://docs.aws.amazon.com/cli/latest/reference/logs/index.html
You need to install AWS CLI and run `aws configure` beforehand."
(:require
[cheshire.core :as json]
[clojure.java.shell :as shell]
[clojure.string :as str]))