Source code for bi_etl.boto3_helper.lambdas

"""
Created on March 28, 2022

@author: 
"""

from bi_etl.boto3_helper.session import Boto3_Base


[docs] class Lambda(Boto3_Base): SERVICE = 'lambda'