We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 255f43a commit b5c6e83Copy full SHA for b5c6e83
src/cdk-lib/bedrock/README.md
@@ -386,7 +386,7 @@ actionGroup = bedrock.AgentActionGroup(self,
386
action_group_name="query-library",
387
description="Use these functions to get information about the books in the library.",
388
action_group_executor= bedrock.ActionGroupExecutor(
389
- lambda=action_group_function
+ lambda_=action_group_function
390
),
391
action_group_state="ENABLED",
392
api_schema=bedrock.ApiSchema.from_asset("action-group.yaml"))
0 commit comments