Need to temporarily store files during the runtime of AWS Lambda? Luckily, there is a 512 MB file-system that comes with each lambda. Learn how to use it.
Tag: storage
Backup your PostgreSQL table to Azure blob storage
Learn how to take backup a PostgreSQL table in the Azure blob storage as a CSV, using a simple Python function and the azure-storage-blob package.
Ways to Reduce AWS S3 Storage Costs
S3 storage costs forming a major component of your AWS bill? Learn about a couple of different ways to reduce them in this tutorial.