aws-cloudformation / rain

A development workflow tool for working with AWS CloudFormation.
Apache License 2.0
784 stars 71 forks source link

Forecast plugins #500

Closed ericzbeard closed 1 month ago

ericzbeard commented 1 month ago

This PR adds the ability to build a plugin for the forecast command. The plugin is a separately compiled .so file that has its own prediction functions. They can be added to the default forecasters, or replace them entirely. This can be useful for users who want to make additional checks against internal systems to validate the template before deployment.