File size: 175 Bytes
d8ad0fd
 
 
 
 
 
1
2
3
4
5
6
7
from tests.e2e.utils.infrastructure import BaseInfrastructure


class MetricsStack(BaseInfrastructure):
    def create_resources(self):
        self.create_lambda_functions()