

# Setting up the AWS SDKs
<a name="aws-personalize-set-up-sdks"></a>

Download and install the AWS SDKs that you want to use. This guide provides examples for SDK for Python (Boto3), SDK for Java 2.x, and SDK for JavaScript v3. For information about other AWS SDKs, see [Tools for Amazon Web Services](https://aws.amazon.com/tools/). For information about setting up Amplify, see [Amplify documentation](https://docs.amplify.aws).
+ [AWS SDK for Python (Boto3)](https://boto3.amazonaws.com/v1/documentation/api/latest/index.html)

  To install the SDK for Python (Boto3), follow the [Quickstart](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/quickstart.html) instructions in the Boto3 documentation.
+ [SDK for Java 2.x](https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/)

   To learn about setting up the SDK for Java 2.x, see the [Get started with the SDK for Java 2.x](https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/get-started.html) topic in the *AWS SDK for Java 2.x Developer Guide*. 

   For code examples for Amazon Personalize, see [Amazon Personalize Java code samples](https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/javav2/example_code/personalize) in the [AWS SDK examples](https://github.com/awsdocs/aws-doc-sdk-examples) repository. 
+ [AWS SDK for JavaScript v3](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/)

   To learn about setting up the SDK for JavaScript v3, see the [Get started with the AWS SDK for JavaScript](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/getting-started.html) topic in the *AWS SDK for JavaScript Developer Guide*. 

   For code examples for Amazon Personalize, see [Amazon Personalize code examples for SDK for JavaScript v3](https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/javascriptv3/example_code/personalize) in the [AWS SDK examples](https://github.com/awsdocs/aws-doc-sdk-examples) repository. 