We want to periodically test Bedrock "live" rather than only testing against recorded responses.
This will probably involve:
- Re-using the OIDC pattern we used in sdg_hub, with
role-to-assume in aws-actions/configure-aws-credentials
- Generating a short-lived token (docs), probably with the aws-bedrock-token-generator tool
- Passing that through to the LLS tests like
LLAMA_STACK_TEST_INFERENCE_MODE=live, (docs)
We want to periodically test Bedrock "live" rather than only testing against recorded responses.
This will probably involve:
role-to-assumeinaws-actions/configure-aws-credentialsLLAMA_STACK_TEST_INFERENCE_MODE=live, (docs)