Aurora DSQL has no database passwords, only short-lived IAM tokens, while Grafana expects a static PostgreSQL password. This article shows how a scheduled Lambda refreshes the token through the Grafana API, with a read-only user and least privilege access to keep the bill under control.
Registering LoRaWAN sensors in AWS IoT Core with CDK requires a custom resource to avoid losing the device session on stack updates. This article explains why, how to store secrets in SSM Parameter Store, and what you gain by managing sensors as code.
The cdk.out folder can balloon to 15GB+ in large CDK monorepos. Instead of wiping it entirely, a small cleanup script removes only unused assets — keeping deploys fast while reclaiming disk space.