Skip to content

Commit b5c6e83

Browse files
authored
chore(doc): fix code snippet (#493)
1 parent 255f43a commit b5c6e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk-lib/bedrock/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ actionGroup = bedrock.AgentActionGroup(self,
386386
action_group_name="query-library",
387387
description="Use these functions to get information about the books in the library.",
388388
action_group_executor= bedrock.ActionGroupExecutor(
389-
lambda=action_group_function
389+
lambda_=action_group_function
390390
),
391391
action_group_state="ENABLED",
392392
api_schema=bedrock.ApiSchema.from_asset("action-group.yaml"))

0 commit comments

Comments
 (0)