Releases: cloudashdev/cloudash
Releases · cloudashdev/cloudash
Release 0.2.0
0.2.0 (2020-12-22)
Features
- add support for AWS SAM services. Previously all functions defined using SAM had "undefined" name.
- add support for X-Ray Trace ID in INVOCATION log line
Bug Fixes
- profiles not loading on the first run
Release 0.1.0
0.1.0 (2020-12-07)
The first release of Cloudash.
Features
- Overview screen - the most important metrics for your app
- number of deployments
- invocations
- error rate
- duration (P95)
- errors
- Function screen:
- the most important metrics for your Lambda function (invocations, duration (P95), and errors)
- logs grouped by invocations
- logs search
- Support for Serverless Framework and AWS CDK