terraform-aws-lambda-python-archive
terraform-aws-lambda-python-archive copied to clipboard
Package python source and dependencies into Lambda package with stable hash.
* Added exclude_files parameter and logic to "build" and "make_archive" functions * Added type hints on all functions * Hard-coded test input * Added .editorconfig so my editor would stop...
When running this module back to back the ZIP archive hash can change because the file paths can be random from `os.walk()`. This change will make sure the ordering of...
Config files for: https://editorconfig.org/ https://pre-commit.com/
``` Warning: Quoted type constraints are deprecated on .terraform/modules/python_lambda_archive/rojopolis-terraform-aws-lambda-python-archive-8e018cc/variables.tf line 3, in variable "src_dir": 3: type = "string" Terraform 0.11 and earlier required type constraints to be given in quotes,...
Seems that Debian patched pip and this causes the following error: distutils.errors.DistutilsOptionError: can't combine user with prefix, exec_prefix/home, or install_(plat)base See here for some previous discussion: https://github.com/pypa/pip/issues/3826 I added the...
The distutils package was running in a deprecated mode within python 3.10 and 3.11 and completely removed from python 3.12. This means this module doesn't work with python 3.12 anymore....