This is how we hit the limit in Amazon EFS

When we architect the application, it is essential to consider the current metrics and monitoring logs to ensure its design is future-proof. But sometimes, we do not have the necessary logs to make the right decisions. In that case, we will let the application run in an architecture that we think seems optimized – using… Continue reading This is how we hit the limit in Amazon EFS

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?