Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

readme.md

@architect/destroy

Architect serverless framework module for destroying projects created with Architect

GitHub CI status

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.

You can’t perform that action at this time.