From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:aed:2469:: with SMTP id s38mr6646004qtc.190.1568119023297; Tue, 10 Sep 2019 05:37:03 -0700 (PDT) X-Received: by 2002:a9d:5c0f:: with SMTP id o15mr26523683otk.81.1568119023062; Tue, 10 Sep 2019 05:37:03 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!o24no5053508qtl.0!news-out.google.com!c11ni837qtp.0!nntp.google.com!o24no5053507qtl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 10 Sep 2019 05:37:02 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=99.147.201.48; posting-account=B4v_IQoAAABtshpgRNPbXpnR-jYxagWq NNTP-Posting-Host: 99.147.201.48 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4a0d83a5-3a12-4456-8f3c-abae885b5ba9@googlegroups.com> Subject: AWS (Amazon Web Services) Libraries for Ada From: jsinglet@gmail.com Injection-Date: Tue, 10 Sep 2019 12:37:03 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:57120 Date: 2019-09-10T05:37:02-07:00 List-Id: Hi All, I'm working on a project where I will be using AWS services (S3, SQS, and SNS to start) and I was wondering if anyone knows about a ADA library for these services. I've looked around and don't see one --- would my best bet be to build a binding to the C++ AWS apis? Best, JLS