I'm interested, right now, in 1. Incrementally co...
# welcome
a
I'm interested, right now, in 1. Incrementally converting our existing setup to pants to fix our dependency woes and 2. Authoring a plugin for the Serverless framework to make it easy to deploy Python lambda functions in a monorepo setup
p
ICYMI, pants natively supports packing code for AWS lambda functions: https://www.pantsbuild.org/docs/awslambda-python
a
yep, I'm actually looking at deploying pex files rather than lambdex wrapped files per this issue which suggests that the current lambda setup is due for retirement
The serverless framework makes it easy to set up the surrounding infra for a function. Plan is to provide a
target
per function, shell out to pants to build that target, then configure the function using the resulting pex or loose packed target