Hi all :wave: thanks for the great build tool! Q...
# general
b
Hi all 👋 thanks for the great build tool! Question - I'm using
python_awslambda
to build a zip artifact for a lambda. I'd like to set
include_requirements=False
, and deploy them as a separate lambda layer. Is there a target that can create lambda-compatible zip archives of dependencies? Along the lines of:
Copy code
python_requirements(
    name="requirements",
    source="...",
)

archive(
    name="zipped_requirements_for_layer",
    files=[":requirements"],
    format="zip",
)
👋 1
c
Hi Matthew, and welcome! 👋 I’ve no clue about lambdas so will defer that to other community members or maintainers to chime in.. 🙂