Serverless deploy does not deploy internal folders

I have a folder structure for lambda as follows created using

serverless create --template aws-python --path base_folder

base_folder

  • serverless.yml
  • src
  • src/handler.py
  • src/another_folder
  • src/another_folder/file.json

When I run serverless deploy, I do not see the another_folder in the lambda management console on aws.