Whilst terraform state can provide a record of individual blueprints, there is nothing that maintains a history of manifest execution and the constellations within.
Dynamodb/s3 - record result of blueprint action, args, vars, execution result (success/error/indeterminate) and execution time alongside the constellation id.
Lambda - provide an API to construct a summary of constellation state, using dynamodb table to list blueprints
Lambda - API to destroy/unlock/force-copy individual blueprints
Whilst terraform state can provide a record of individual blueprints, there is nothing that maintains a history of manifest execution and the constellations within.
Dynamodb/s3 - record result of blueprint action, args, vars, execution result (success/error/indeterminate) and execution time alongside the constellation id.
Lambda - provide an API to construct a summary of constellation state, using dynamodb table to list blueprints
Lambda - API to destroy/unlock/force-copy individual blueprints