fireflycons / PSCloudFormation

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

Lambda handler detection fails if handler contains additional arguments #97

Closed fireflycons closed 3 years ago

fireflycons commented 3 years ago

SomeFunction: Cannot locate handler method 'handler' in 'SomeFunction.py'

Certainly in Python it is possible to have additional arguments with defaults following event and context which may be being used for debugging. Update regexes to account for this