Adding Dependencies

Additional dependencies can be added to the API by putting them into the requirements.txt file in the project's root. They will be installed into the libs Lambda layer.

Example:

requirements.txt
# Include your project's additional dependencies here, if any
bcrypt