reinaldo Crespo
reinaldo Crespo

Reputation: 123

How to use Amazon SNS api with c

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

Answers (2)

smac2020
smac2020

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

Hadoop_Expert
Hadoop_Expert

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

Related Questions