0

Amazon S3 Bucket Manager

by
Published Jul 9, 2023

Creates or deletes Amazon S3 buckets from an AWS account.

App aws cloud s3

The app

Static preview only: No backend
This is a static preview of the app and there is no backend. As such, the interactivity requiring script execution is non functional. To see the fully functional app, edit/run it in Windmill by clicking the button above.

Scripts used

if (bg_0.result) {
  state.s3BucketList = JSON.parse(bg_0.result);
}
return 0;