Kishin Yagami

Results 69 comments of Kishin Yagami

As the quick fix, I've implemented the option 1 and it will be available since v0.4.0. But I'm going to keep this issue open for a while since I'd like...

Thank you for your suggestion! In that case, the wiki page below might be helpful. https://github.com/ks888/LambStatus/wiki/Create-a-new-user Though step.1 may not be possible without sign-in, you can instead access [the Amazon...

Recently [the API to update components and incidents](https://lambstatus.github.io/apidocs/#components) are supported. So the cloudwatch alarms can be linked to a component status via the API.

Thank you for your suggestion. Now the API to submit data points is supported. I think you can show metrics from other aws accounts by using this API. Here is...

Thank you for opening the issue! If you have some questions, ask here (or open a WIP PR)!

Sorry for the late reply. You can update the existing stack by applying the new CF template. For example, if you want to try v0.2.1 (the version I've released a...

Thank you for opening the issue. Can you share the stack trace? The code snippet to reproduce the issue is best.

Sorry for being late. I tried to reproduce the bug, but it works as expected. ``` $ go version go version go1.12.1 darwin/amd64 $ go test -v -run='TestClique' . ===...