mvila / serverless-plugin-scripts

Add scripting capabilities to the Serverless Framework
123 stars 15 forks source link

Lifecycle Events Documentation #2

Closed x11joe closed 6 years ago

x11joe commented 6 years ago

I went to the serverless website but can't seem to find the documentation for the different life cycle events. Do you know what the event is for after a resource is created in serverless, like say an RDS Database Instance etc or S3 Bucket. I want to run the script after those have been confirmed to be created successfully.

mvila commented 6 years ago

Apparently, this information has disappeared from the official documentation. I did a quick search, and the best I could find is:

https://gist.github.com/HyperBrain/50d38027a8f57778d5b0f135d80ea406

x11joe commented 6 years ago

Thanks for finding that, that for sure helps!