{
    "RecipeFormatVersion": "2020-01-25",
    "ComponentName": "com.ml.consumer",
    "ComponentVersion": "1.0.0",
    "ComponentDescription": "A component that publishes messages.",
    "ComponentPublisher": "Amazon",
    "ComponentConfiguration": {
      "DefaultConfiguration": {
        "accessControl": {
          "aws.greengrass.ipc.pubsub": {
            "com.ml.consumer:pubsub:1": {
              "policyDescription": "Allows access to publish to all topics.",
              "operations": [
                "aws.greengrass#PublishToTopic"
              ],
              "resources": [
                "*"
              ]
            }
          }
        }
      }
    },
    "Manifests": [
      {
        "Lifecycle": {
          "Install": "pip3 install awsiotsdk pandas",
          "Run": "python3 -u {artifacts:path}/consumer.py"
        }
      }
    ]
  }
  