LocalStack emulates cloud APIs and often handles test credentials and infrastructure definitions.
- Run LocalStack only in isolated dev/test environments.
- Do not expose LocalStack APIs to untrusted networks.
- Keep test data separate from production data.
¶ Credential and Data Handling
- Use dedicated non-production credentials/tokens.
- Avoid storing real production secrets in LocalStack configs.
- Clean persistent volumes after sensitive test runs.