aws-sdk-cpp

AWS SDK for C++ (by aws)

Aws-sdk-cpp Alternatives

Similar projects and alternatives to aws-sdk-cpp

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better aws-sdk-cpp alternative or higher similarity.

aws-sdk-cpp reviews and mentions

Posts with mentions or reviews of aws-sdk-cpp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-30.
  • -Werror Is Not Your Friend
    2 projects | news.ycombinator.com | 30 Sep 2023
    You can do that if you have full control over the toolchain.

    For example I ran into this issue with the AWS C++ SDK ( https://github.com/aws/aws-sdk-cpp/ ). And then I had to go into several CMake files and remove Werror. What do I as a user care about warnings? Can I only use that SDK once I have fixed (probably more like silenced) all the warnings?

    At least they added a option now after a few years of this annoyance: https://github.com/aws/aws-sdk-cpp/issues/2555

  • Mariadb AWS KMS Plugin on 22.04
    1 project | /r/mysql | 6 Jul 2023
    This patch to change CURLOPT_PUT -> CURLOPT_UPLOAD for Curl version >= 7.87.0 applied to builddir/extra/aws_sdk/aws-sdk-cpp/aws-cpp-sdk-core/source/http/curl/CurlHttpClient.cpp
  • Git archive checksums may change
    10 projects | news.ycombinator.com | 30 Jan 2023
  • Set up AWS SDK for C++ on Ubuntu?
    1 project | /r/aws | 8 Jan 2023
    sudo apt update -y sudo apt upgrade -y sudo apt install gcc -y sudo apt install g++ -y sudo apt install cmake -y sudo apt install zlib1g-dev -y sudo apt install libcurl4-gnutls-dev -y sudo apt install libssl-dev -y sudo apt install unzip -y sudo apt install libcurl4-openssl-dev -y curl "https://awscli.amazonaws.com/awscli-exe-linux-aarch64.zip" -o "awscliv2.zip"unzip awscliv2.zip sudo ./aws/installgit clone --recurse-submodules https://github.com/aws/aws-sdk-cpp mkdir build-dir cd build-dir cmake ../aws-sdk-cpp -DCMAKE_BUILD_TYPE=Debug -DCMAKE_PREFIX_PATH=/usr/local -DCMAKE_INSTALL_PREFIX=/usr/local make sudo make install
  • Setting up AWS SDK for C++?
    1 project | /r/cpp | 3 Jan 2023
    I followed the documentation to install and build the AWS SDK on a ubuntu EC2 from this documentation: https://github.com/aws/aws-sdk-cpp
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 2 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic aws-sdk-cpp repo stats
5
1,875
5.8
2 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com