aws-greengrass-component-sdk 1.0.4

Lightweight AWS IoT Greengrass SDK
Documentation
{
  "RecipeFormatVersion": "2020-01-25",
  "ComponentName": "com.example.UpdateStateRust",
  "ComponentVersion": "1.0.0",
  "ComponentDescription": "A component that updates component state.",
  "ComponentPublisher": "Amazon",
  "Manifests": [
    {
      "Platform": {
        "os": "linux",
        "runtime": "*"
      },
      "Lifecycle": {
        "startup": "{artifacts:path}/update_state"
      },
      "Artifacts": [
        {
          "URI": "s3://amzn-s3-demo-bucket/artifacts/com.example.UpdateStateRust/1.0.0/update_state",
          "Permission": {
            "Execute": "OWNER"
          }
        }
      ]
    }
  ]
}