-
Notifications
You must be signed in to change notification settings - Fork 43
chameleon
KimJeongChul edited this page Sep 21, 2019
·
1 revision
The Chameleon workbench renders a template using the Chameleon module in Python PIP library to create an HTML table of N rows and M columns that are provided as input arguments.
Library : chamelon, time, json
aws-build-deployment-package -> chamelon
Input(test-event) example:
{
"num_of_rows": [NUMBER OF ROWS IN TABLE],
"num_of_cols": [NUMBER OF COLUMNS IN TABLE]
}
Output : latency and HTML table