Skpr Events infrastructure
· One min read
Overview
We've implemented a new events system for the Skpr cluster.
Features:
- Fully supported through the CLI and Skpr UI.
- Events per project environment.
- Add
@logStream = 'events'to your CloudWatch Logs Insights query for auditing your events. - Event subscription system so you can do things like get a Slack notification when a shell session is started on production, or trigger a github action on a restore completion.
- Some example events:
- Config has been set: my.config
- Restore has completed: prod-123
- Shell session has been created