# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: MIT-0 import json from aws_lambda_powertools import Metrics metrics = Metrics() #TODO: Implement the below method def record_metric(event, metric_name, metric_unit, metric_value): pass