1. Home
  2. Browse
  3. aws-sdk-cpp

aws-sdk-cpp

v1.11.474#0Latest

AWS SDK for C++

Install

Run the following Vcpkg command to install the port.

vcpkg install aws-sdk-cpp

Usage

The package @PORT@:@TARGET_TRIPLET@ provides CMake targets:

When using AWSSDK, AWSSDK_ROOT_DIR must be defined by the user.
find_package(AWSSDK CONFIG COMPONENTS core dynamodb kinesis s3 REQUIRED)
target_include_directories(main PRIVATE ${AWSSDK_INCLUDE_DIRS})
target_link_libraries(main PRIVATE ${AWSSDK_LIBRARIES})

OR

find_package(aws-cpp-sdk-core REQUIRED)
target_include_directories(main PRIVATE aws-cpp-sdk-core)
target_link_libraries(main PRIVATE aws-cpp-sdk-core)

Features

Dependencies

See source

Version

v1.11.474#0

Publication

Supports

All

GitHub

aws/aws-sdk-cpp

Homepage

github.com/aws/aws-sdk-cpp

Subtree

01c9416678

License

Apache-2.0

Definition

Manifest