Skip to content

Commit

Permalink
Merge pull request #39 from aws-samples/fix/action-group
Browse files Browse the repository at this point in the history
fix: action group
  • Loading branch information
scottschreckengaust authored Dec 2, 2024
2 parents a318082 + 3f5a957 commit 57b0fba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/bedrock-agent/lambda/action-group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ info:
title: Literary API
description: Actions that Bedrock Agents can take to retrieve book details.
version: 1.0.0
security: #checkov:skip=CKV_OPENAPI_4:Sample has no global security field rules
#checkov:skip=CKV_OPENAPI_4:Sample has no global security field rules
paths:
/top_books:
get:
summary: Get metadata about the most popular books
description: Get metadata about the most popular books in the library.
operationId: getTopBooks
security: #checkov:skip=CKV_OPENAPI_5:Demonstration security operations empty
#checkov:skip=CKV_OPENAPI_5:Demonstration security operations empty
responses:
'200':
description: Successful operation
Expand Down

0 comments on commit 57b0fba

Please sign in to comment.