creative-commoners / create-ss-demo

BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Auto-queue destroy jobs for 2 weeks (configurable) after instantiate command has run #4

Closed robbieaverill closed 5 years ago

robbieaverill commented 5 years ago

Creating a demo site via the SSP API will not automatically destroy it. You must do this manually. The CWP demo site does this with a queued job scheduled to clean up later on, but if you're doing this via CLI it will need something else in place.

Note: This would probably involve some infrastructure changes somewhere, rather than be bundled directly into this application.

I'm thinking of something like:

Perhaps SQS -> DynamoDB -> Lambda or something similar.

robbieaverill commented 5 years ago

Moving to a SSP feature request