#devops
List S3 Buckets
- Mohammad Abu Mattar
- Python
- Published: 25 Jun, 2025
π Multi-Profile S3 Safari! Ever juggled multiple AWS accounts and needed a quick S3 bucket inventory across all of them? This Python script is your guide! π The Problem When you're working ...
View CodeAWS Secrets Manager
- Mohammad Abu Mattar
- TypeScript
- Published: 18 Jun, 2025
Need to load secrets in your Node.js app without exposing them? Here's how. If you're still storing API keys or database credentials in .env files or hardcoding them into your codebase, it's ti ...
View CodeCheck S3 Bucket Existence
- Mohammad Abu Mattar
- Bash
- Published: 11 Jun, 2025
π Quick Tip Donβt let your deployment blow up because of a missing S3 bucket. This Bash script lets you check if a bucket exists before anything fails clean and simple. π The Problem If ...
View Code