diff --git a/README.md b/README.md index b63a041..d270c60 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,15 @@ curl localhost:5000/ -X POST -d '{"hello": "world"}' -H "Content-Type: applicati "status": "success", "version": "0.0.1" } + +# Let it run for a while +while True; do curl localhost:5000/ -X POST -d '{"hello": "world"}' -H "Content-Type: application/json"; sleep 1; done ``` +See the metrics in Cloudwatch: + +![](./static/cloudwatch.png) + # Teardown ```bash diff --git a/static/cloudwatch.png b/static/cloudwatch.png new file mode 100644 index 0000000..8d31a80 Binary files /dev/null and b/static/cloudwatch.png differ