chore: minor QoL improvements

This commit is contained in:
Morten Olsen
2025-08-08 20:22:10 +02:00
parent ef32edcb29
commit 00786d5508
3 changed files with 35 additions and 56 deletions

View File

@@ -117,7 +117,7 @@ override the SSM-resolved values. To avoid this:
- Use `.env.with-ssm` instead of `.env` for SSM references
- Or use environment variable substitution if your app supports it:
`${API_KEY:-SSM:/myapp/api-key}`
`API_KEY=${API_KEY:-SSM:/myapp/api-key}`
### 🚀 Deployment Considerations