diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 80586495..79efa47f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -18,3 +18,6 @@ # BIO (Bits Infrastructure Operations) permissions template /aws_bio_permissions/ @DataDog/bits-infrastructure-operations + +# LLM Observability template +/aws_llm/ @DataDog/ai-platform @DataDog/ml-observability @DataDog/aws-integrations diff --git a/aws_llm/add_llm_observability_permissions.yaml b/aws_llm/add_llm_observability_permissions.yaml index 0ab0a47c..7763623f 100644 --- a/aws_llm/add_llm_observability_permissions.yaml +++ b/aws_llm/add_llm_observability_permissions.yaml @@ -18,4 +18,5 @@ Resources: Effect: Allow Action: - bedrock:InvokeModel + - bedrock:InvokeModelWithResponseStream Resource: "*" diff --git a/aws_llm/version.txt b/aws_llm/version.txt index 570c7965..e946d6bb 100644 --- a/aws_llm/version.txt +++ b/aws_llm/version.txt @@ -1 +1 @@ -v1.0.2 +v1.0.3