From 8611f99d66198e5f3cc642c0696e74e3bd435a9e Mon Sep 17 00:00:00 2001 From: nigel77775 <37985214+nigel77775@users.noreply.github.com> Date: Sat, 11 Jul 2026 15:12:06 +0300 Subject: [PATCH 1/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cb0352c7..41f228a3 100644 --- a/README.md +++ b/README.md @@ -94,3 +94,5 @@ The `aws-advanced-nodejs-wrapper` has a regular monthly release cadence. A new r ## License This software is released under the Apache 2.0 license. + +## POC for BB From c9be4156660a5ab0cde10d3601ce80c61efa3eef Mon Sep 17 00:00:00 2001 From: nigel77775 <37985214+nigel77775@users.noreply.github.com> Date: Sat, 11 Jul 2026 15:24:31 +0300 Subject: [PATCH 2/4] Update config.ts --- tests/integration/container/tests/config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/integration/container/tests/config.ts b/tests/integration/container/tests/config.ts index b50208cf..da82e8a7 100644 --- a/tests/integration/container/tests/config.ts +++ b/tests/integration/container/tests/config.ts @@ -34,3 +34,6 @@ const testInfo = JSON.parse(infoJson); const request = testInfo.request; export const features = request.features; export const instanceCount = request.numOfInstances; + +// CI trigger test - no functional changes +// test for BB From d73ed090332d767b56fd009687a8e07cd5298fd0 Mon Sep 17 00:00:00 2001 From: nigel77775 <37985214+nigel77775@users.noreply.github.com> Date: Sat, 11 Jul 2026 15:25:27 +0300 Subject: [PATCH 3/4] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 41f228a3..dfe42318 100644 --- a/README.md +++ b/README.md @@ -95,4 +95,3 @@ The `aws-advanced-nodejs-wrapper` has a regular monthly release cadence. A new r This software is released under the Apache 2.0 license. -## POC for BB From 04d0f67a901b7afee8b844f974d0d811a30e52ca Mon Sep 17 00:00:00 2001 From: nigel77775 <37985214+nigel77775@users.noreply.github.com> Date: Sat, 11 Jul 2026 15:25:53 +0300 Subject: [PATCH 4/4] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index dfe42318..cb0352c7 100644 --- a/README.md +++ b/README.md @@ -94,4 +94,3 @@ The `aws-advanced-nodejs-wrapper` has a regular monthly release cadence. A new r ## License This software is released under the Apache 2.0 license. -