We're using the python_awslambda target and experi...
# general
g
We're using the python_awslambda target and experiencing cold starts of 500ms out of the gate... Is this usual? Or is there something we need to configure?
@hundreds-father-404 have you seen the same behavior?
Adding in requests and pydantic makes a cold start go to 1.1 seconds. I've read some hints on how AWS caches things behind the scenes so the package size is less relevant so maybe the whole PEX part is slowing things down as it's non standard to how AWS expects it