github.com/mweagle/Sparta@v1.15.0/aws/cloudformation/resources/doc.go (about)

     1  /*Package resources defines a set of CloudFormation Custom Resources that
     2  are implemented by Lambda functions. These resources are serialized to JSON
     3  and are instantiated by Sparta when an application requests a CustomAction
     4  handler. They must implement CustomResourceCommand to be properly invoked. */
     5  package resources