Architect serverless framework module for destroying projects created with Architect
Architect Destroy destroys Architect-generated projects. More specifically, it destroys your projects' CloudFormation stacks, and if called with --force
(or the force
param via API), destroys your DynamoDB (@tables
) databases and S3 buckets and assets (@static
).
API
destroy({ name, force }, callback)
Destroys all infrastructure associated to your Architect app.
name
, the CloudFormation stack name of the app in question, must be passed.
force
proceeds to destroy your app if it contains DynamoDB tables and / or S3 buckets.