Skip to content

psurapan/clear-lambda-storage

 
 

Repository files navigation

Clear Lambda code storage

Motivation

AWS limits the total code storage for Lambda functions to 75GB.

The main reason of reaching such size is because for every deployment of existing function, AWS stores the previous version ("qualifier").

Usually, when you reach that point, you want to remove old version. This tool will help you to!

  1. Add the Lambda functions under qbi-mc-engine-code/functions/utils/handler.py
  2. Use the serverless.yaml code to integrate with BRP serverelss infrastructure code (qbi-mc-engine-code/template.yaml)

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%