cold-jackal-89755
12/08/2023, 9:07 PMpants.backend.url_handlers.s3
available. I can't find much documentation on it though. My use case is a docker image that I'm using in aws lambda that requires some additional binaries that are stored in S3. Currently, I download them during CI, add them as a resource
and include them as dependencies
in python_aws_lambda_function
. This works fine but if I could avoid having them in the python_aws_lambda_function
that would be ideal.bitter-ability-32190
12/08/2023, 10:29 PMcold-jackal-89755
12/08/2023, 10:31 PMbitter-ability-32190
12/08/2023, 10:31 PMbitter-ability-32190
12/08/2023, 10:32 PMfile_source
object, which can be used as the source of a file
or resource
bitter-ability-32190
12/08/2023, 10:32 PMcold-jackal-89755
12/08/2023, 10:33 PM