Aws Auto Cleanup Versions Save

Programmatically delete AWS resources based on an allowlist and time to live (TTL) settings

v0.2.1

5 years ago
  • Changed DynamoDB read/write capacity
  • Added gitignore removing .serverless/
  • Changed the behaviour of first_run(). Every time the application runs it will insert the default values into the DynamoDB tables. This ensures all new values added to the data files are inserted on the next run.

v0.2

5 years ago
  • Fixed issue where DynamoDB was returning row count of 0 for all tables and hence was triggering the first_run() each application invocation.
  • Added multi-region support. The settings table now has a record (boolean) for each region (except China). Users can disable regions they do not wish to scan for resource or leave them all enabled.
    • By default, ap-northeast-3 is disabled as users must obtain special access for this region.

v0.1

5 years ago