UNPKG

serverless-spy

Version:

CDK-based library for writing elegant integration tests on AWS serverless architecture and an additional web console to monitor events in real time.

31 lines (28 loc) 1.02 kB
<!-- * Copyright 2015-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. --> <html> <head> <meta charset="UTF-8"> <link rel="stylesheet" type="text/css" href="example.css"> </head> <body> <div class="spacer" id="spacer"></div> <div class="block" id="connecting-div"></div> <div class="block" id="temperature-control-div"></div> <div class="block" id="temperature-monitor-div"></div> <script src="aws-iot-sdk-browser-bundle.js"></script> <script src="bundle.js"></script> </body> </html>