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


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