Skip to content

Releases: cloudashdev/cloudash

Release 0.2.0

22 Dec 20:44
e40facf
Compare
Choose a tag to compare

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

07 Dec 19:41
a8be319
Compare
Choose a tag to compare

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