python-lambda
python-lambda copied to clipboard
Deploy bundles boto3 and botocore packages to deploy into lambda
boto3 or botocore packages shouldn't be bundled and deployed to lambda as they are already available in the lambda function environment.
This is making my bundle too big and can't deploy. Any workaround ?