Skip to content

Commit e99026d

Browse files
authored
ci(bedrock-agentcore-alpha): fix rosetta dependency error (#35874)
### Reason for this change There is a rosetta error due to a missing dependency. ### Description of changes Added dependency. ### Describe any new or updated permissions being added No new permissions added ### Description of how you validated changes Tested locally. Rosetta process succeeds. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent a7a6b40 commit e99026d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/@aws-cdk/aws-bedrock-agentcore-alpha/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,10 @@
118118
"exclude": [
119119
"props-physical-name:@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeEndpointProps"
120120
]
121+
},
122+
"jsiiRosetta": {
123+
"exampleDependencies": {
124+
"@aws-cdk/aws-bedrock-alpha": "^0.0.0"
125+
}
121126
}
122127
}

0 commit comments

Comments
 (0)