fix: set iamRoleFallback to true for lambda gateway targets#1086
fix: set iamRoleFallback to true for lambda gateway targets#1086
Conversation
Keep TARGET_TYPE_AUTH_CONFIG in sync with @aws/agentcore-cdk — lambda targets need GATEWAY_IAM_ROLE just like lambdaFunctionArn targets. Related: #1005
107a4d2 to
aa1a775
Compare
|
Thanks for the fix — the schema sync is correct and the One concern about the rollout, though: the actual user-facing fix (the one from issue #1005) lives in the CDK synthesizer —
A couple of options:
Option 1 is safer since it makes the coordination explicit in the repo rather than relying on release discipline. |
Coverage Report
|
Summary
TARGET_TYPE_AUTH_CONFIGwith@aws/agentcore-cdk— setsiamRoleFallback: truefor thelambdatarget type, matchinglambdaFunctionArn.Closes #1005
Companion CDK PR: https://github.com/aws/agentcore-l3-cdk-constructs/pull/197
Test plan