Skip to content

Commit 3467e0b

Browse files
authored
fix typo in README for Amazon Bedrock with FastAPI example (#615)
1 parent f3d647c commit 3467e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bedrock-agent-fastapi-zip/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Action groups define the tasks that you want your agent to help customers carry
1414

1515
- A Lambda function that defines the business logic for the action that your agent will carry out.
1616

17-
In this example, we build a FastAPI app to query S3 buckets in the user's AWS account. The FastAPI apps automatically generate OpenAPI schema. And Lambda Web Adapter passes through the Bedrock Agent Action invocation payload to the FastAPI at path `/events` via Lambda Web Adapter's new non-http pass through feature. In the FastAPI app, a middleware intercepts the payload to `/evets` route, transforms it into a http request, and continues to invoke the correct FastAPI routes. In this way, developers can build a Bedrocket Agent Action Group with a single Lambda Function.
17+
In this example, we build a FastAPI app to query S3 buckets in the user's AWS account. The FastAPI apps automatically generate OpenAPI schema. And Lambda Web Adapter passes through the Bedrock Agent Action invocation payload to the FastAPI at path `/events` via Lambda Web Adapter's new non-http pass through feature. In the FastAPI app, a middleware intercepts the payload to `/events` route, transforms it into a http request, and continues to invoke the correct FastAPI routes. In this way, developers can build a Bedrocket Agent Action Group with a single Lambda Function.
1818

1919
## Pre-requisites
2020

0 commit comments

Comments
 (0)