fireflycons / PSCloudFormation

Easy CloudFormation deployments from PowerShell command line. Exports CloudFormation Stacks to Terraform
MIT License
6 stars 0 forks source link

Python lambda checker. Does not handle type hints in handler function #111

Closed fireflycons closed 3 years ago

fireflycons commented 3 years ago
def handler(event: dict, context: any):

and

def handler(event: dict, context: any, **kwargs):

won't parse