2016-08-04 16:24:51 +02:00
..
2016-08-04 16:24:51 +02:00
2016-07-20 21:43:20 +03:00
2016-07-20 21:43:20 +03:00
2016-06-22 16:33:00 +02:00

Remove

This plugin removes the service from AWS.

How it works

Remove hooks into the remove:remove lifecycle. The first thing the plugin does is that it removes all the content in the core S3 bucket (which is used to e.g. store the zipped code of the lambda functions) so that the removal won't fail due to still available data in the bucket.

Next up it starts the removal process by utilizing the CloudFormation deleteStack API functionality. The stack removal process is checked every 5 seconds. The stack is successfully create if a DELETE_COMPLETE stack status is returned.