How to use Amazon SNS api with c

127 Views Asked by At

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.

2

There are 2 best solutions below

0
Hadoop_Expert On

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/

0
smac2020 On

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