How to use EFS to store cx_Oracle, Pandas, and other python packages?

This post focuses on how to use the EFS storage to store large packages and libraries like cx_Oracle, pandas, and pymssql and import the packages in AWS Lambda. Considering the Lambda package size limitation that is inclusive of layers, larger functions packages and libraries must be stored outside the Lambda package. There are some steps… Continue reading How to use EFS to store cx_Oracle, Pandas, and other python packages?