ks888 / LambStatus

[Maintenance mode] Serverless Status Page System
https://lambstatus.github.io
Apache License 2.0
1.3k stars 119 forks source link

Fetch CloudWatch metrics from other regions #43

Closed ks888 closed 7 years ago

ks888 commented 7 years ago

Fixes https://github.com/ks888/LambStatus/issues/39 It is possible to choose the region to fetch the metrics using the UI like below:

screen shot 2017-06-04 at 15 03 18

Also, the response from API gateway is stringified JSON. There is no need to stringify them. This PR fixes it, too.