Reputation: 123
I have not been able to find documentation on how to use Amazon SNS API from just c. Can someone point me in the right direction? Is there a c build of the API or do I build from source? If so, how?
I intend to use it with borland c++ compiler from command line.
Upvotes: 0
Views: 171
Reputation: 10704
AWS does not have a c SDK; however, you can find C++ examples in this Github repo - https://github.com/awsdocs/aws-doc-sdk-examples/tree/master/cpp/example_code/sns
Upvotes: 0
Reputation: 61
As per the AWS API below documentation link I think API for AWS are not available for C. May be below link may help you https://aws.amazon.com/tools/
Upvotes: 1