Last one for the day. I can't use my new codegen m...
# general
r
Last one for the day. I can't use my new codegen module. I have a
python_awslambda
target and it seems I can't make it depend on the generated files coming from my new codegen target. If I make it depends on the codegen source files via a
resources
target, the source files are added on the lambda. But if I make it depends on the codegen target, nothing is added. If I do a
./pants export-codegen ::
, the files are generated at the right place. I'm not sure what I am missing here 😕