From 250d58421c44a1e0657667a4476524d835966fb9 Mon Sep 17 00:00:00 2001 From: Sylvain Chen Date: Mon, 7 Sep 2026 11:06:58 +0200 Subject: [PATCH 1/3] feat: Add bedrock:InvokeModelWithResponseStream to LLMObs permissions --- aws_llm/add_llm_observability_permissions.yaml | 1 + 1 file changed, 1 insertion(+) 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: "*" From cbd012d7264149979834af0d7cc3d81b8f191362 Mon Sep 17 00:00:00 2001 From: Sylvain Chen Date: Mon, 7 Sep 2026 17:23:55 +0200 Subject: [PATCH 2/3] Bump version + codeowner --- .github/CODEOWNERS | 3 +++ aws_llm/version.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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/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 From 103a0094e35ed04a0d9a2be92dc08299830f69a3 Mon Sep 17 00:00:00 2001 From: Sylvain Chen Date: Wed, 9 Sep 2026 10:56:49 +0200 Subject: [PATCH 3/3] ci: retrigger CI