Skip to content

Commit 2086430

Browse files
committed
fix appjs for integ
1 parent 03d7682 commit 2086430

File tree

1 file changed

+1
-1
lines changed
  • packages/@aws-cdk-testing/cli-integ/resources/cdk-apps/app

1 file changed

+1
-1
lines changed

packages/@aws-cdk-testing/cli-integ/resources/cdk-apps/app/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ class BedrockAgentCoreRuntimeHotswapStack extends cdk.Stack {
689689
});
690690

691691
const ecrRuntime = new bedrockagentcore.CfnRuntime(this, 'Runtime', {
692-
runtimeName: 'test-runtime',
692+
agentRuntimeName: 'test-runtime',
693693
roleArn: role.roleArn,
694694
networkConfiguration: {
695695
networkMode: 'PUBLIC',

0 commit comments

Comments
 (0)