codes/lambda/api-testing-tester/src/http_request_tester.py [98:111]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                self.cloudwatch.put_metric_data(
                    MetricData=[
                        {
                            'MetricName': metric_type.value,
                            'Dimensions': [
                                {
                                    'Name': 'Stage',
                                    'Value': project_stage
                                },
                                {
                                    'Name': 'Type',
                                    'Value': type
                                },
                            ],
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



codes/lambda/api-testing-tester/src/http_request_tester.py [119:132]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                self.cloudwatch.put_metric_data(
                    MetricData=[
                        {
                            'MetricName': metric_type.value,
                            'Dimensions': [
                                {
                                    'Name': 'Stage',
                                    'Value': project_stage
                                },
                                {
                                    'Name': 'Type',
                                    'Value': type
                                },
                            ],
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



