# Common packages - attached to all Lambdas -r layers/common/requirements.txt # Heavy packages - attached to specific Lambdas (see serverless-layers in serverless.yml) -r layers/heavy/requirements.txt # boto3 packages are included into AWS Lambda runtime by default, so they do not belong to any layer boto3>=1.20.5 botocore~=1.23.5