spawn-ts API reference - v0.6.0
    Preparing search index...

    Function decodeJobArrayTags

    • Decode a job-array membership from an instance's tags, or undefined if the instance carries no spawn:job-array-id. Mirrors the job-array branch of the Go describe path (pkg/aws/client.go). Malformed numeric tags fall back to 0.

      Parameters

      • tags: Record<string, string>

      Returns JobArrayMembership | undefined