I have a lambda python deployment package, which means I have to create venv and zip it, and upload it each time I do some change to the python script.
my question is how can configure the AWS lambda to use lambda from source control
that means i what to get this flow:
function.py --> push to source control -> I manual pull from source control from AWS -> AWS using the new script
also, i missing the part of who will create the zip ...
