Skip to content

Isotope.destroy

Destroy the SimpleDB domain

Signature

Isotope<T, TPut = T, TGet = T>.destroy(): Promise<void>

Isotopes provides a thin wrapper around AWS SimpleDB domains which enables storage and retrieval of typed hierarchical data, but it won't create or destroy domains automatically. While this method will create a SimpleDB domain, it is absolutely recommended to use Terraform for creation and destruction.

Parameters

none

Example

await isotope.destroy()