Class ConnectorPackagingAttributesProvider


  • public class ConnectorPackagingAttributesProvider
    extends Object
    Responsible for providing the Connector's packaging attributes used in creating the Connector's stack attributes.
    • Method Detail

      • getAttributes

        public static ConnectorPackagingAttributes getAttributes()
                                                          throws RuntimeException
        Extracts the packaging attributes needed in the creation of the CF Stack from packaged.yaml (S3 Bucket, S3 Key, and lambdaFunctionHandler).
        Returns:
        Connector's packaging attributes (S3 Bucket, S3 Key, and Lambda function handler).
        Throws:
        RuntimeException - CloudFormation template (packaged.yaml) was not found.