spcl/serverless-benchmarks

Cleaning up cloud resources

Offen

#233 geöffnet am 20.02.2025

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (99 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (196 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

SeBS allocates many cloud resources - storage buckets, NoSQL tables, resource groups and storage accounts (Azure), and functions. We already have initial support for removing buckets and resource groups. We should extend it to support full cleaning.

  • Remove all resources allocated with a specific resource prefix.
  • Remove functions.
  • Remove NoSQL tables (for PR #214)
  • Remove all queues (PR #220)
  • Remove all additional resources like AWS policies.
  • Remove all containers.

Contributor Guide