spcl/serverless-benchmarks

Cleaning up cloud resources

开放

#233 创建于 2025年2月20日

 (1 条评论) (0 个反应) (0 位负责人)Python (99 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (196 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南