fauna-labs / serverless-fauna

MIT No Attribution
18 stars 3 forks source link

feature(oss-697): remove stack #2

Closed fireridlle closed 3 years ago

fireridlle commented 3 years ago

OSS-767 remove stack

When users execute sls remove the plugin has to remove fauna resources too. (note: user can execute sls fauna remove to run only the plugin logic without needs to remove cloud stack)

Requirements:

fauna:
  data:
    deletion_policy: retain
  collection:
    orders:
      name: orders
    customers:
      name: customers
      data:
        deletion_policy: destroy