JSPM

  • Created
  • Published
  • Downloads 2201
  • Score
    100M100P100Q116723F
  • License Apache-2.0

Destroy projects created with Architect

Package Exports

  • @architect/destroy
  • @architect/destroy/src/cli

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@architect/destroy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@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.