Skip to content

Aws::Client::ClientConfiguration default construction is very slow #2398

Answered by jmklix
Gribouillages asked this question in Q&A
Discussion options

You must be logged in to vote

Can you make sure you are using the sdk correctly by adding the sdk call in curly brackets:

#include <aws/core/Aws.h>
int main(int argc, char** argv)
{
   Aws::SDKOptions options;
   Aws::InitAPI(options);
   {
      // make your SDK calls here.
   }
   Aws::ShutdownAPI(options);
   return 0;
}

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@Gribouillages
Comment options

@jmklix
Comment options

@Gribouillages
Comment options

@Jon118Lexi
Comment options

Answer selected by Gribouillages
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants