Karthic Hariharan
Karthic Hariharan
The build command in scripts/lambda uses keyword arguments that are inconsistent with the build function in aws_lambda.py `def build(use_requirements, local_package, config_file): aws_lambda.build( CURRENT_DIR, use_requirements=use_requirements, local_package=local_package, config_file=config_file, ) ` aws_lambda build...
When I try to install python-ach module in a docker image, I get this error. ``` Running setup.py (path:/tmp/pip_build_root/ach/setup.py) egg_info for package ach Traceback (most recent call last): File "",...
### Description I am not sure if this is a bug or an enhancement request so I apologize in advance if I created the wrong type of issue. I am...