diff --git a/docs/extras/integrations/platforms/aws.mdx b/docs/extras/integrations/platforms/aws.mdx index 6570935e800..44799080c48 100644 --- a/docs/extras/integrations/platforms/aws.mdx +++ b/docs/extras/integrations/platforms/aws.mdx @@ -90,7 +90,7 @@ from langchain.document_loaders import S3DirectoryLoader, S3FileLoader >[AWS DynamoDB](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/dynamodb/index.html) > is a fully managed `NoSQL` database service that provides fast and predictable performance with seamless scalability. -We have to configur the [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html). +We have to configure the [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html). We need to install the `boto3` library. @@ -102,4 +102,4 @@ See a [usage example](/docs/integrations/memory/aws_dynamodb). ```python from langchain.memory import DynamoDBChatMessageHistory -``` \ No newline at end of file +```