Please consider adding an option to avoid storing all application versions in s3.
1 Like
Found that it is doable!
Just call lambda create-function
API using local zip file without relying on S3.
See Creating and Deploying using AWS CLI
Which will be way faster than posting to S3 then creating function from S3.
and Iād rather use git
for versioning than using S3.