Philipp Muens cf7028677b Refactor docs structure
Each plugin now has a README.md file in it's root folder. The docs/README.md file
links to each plugins index folder so that the user can directly see the plugins folder structure
and the corresponding README.md file at once. This makes understanding the plugin way easier.
2016-06-17 08:43:51 +02:00
..
2016-06-16 21:24:09 +02:00
2016-06-16 21:24:09 +02:00
2016-06-16 21:24:09 +02:00
2016-06-17 08:43:51 +02:00

awsRemove

This plugin removes the service from AWS.

How it works

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