Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which Amazon web services can be used with Delphi 'out of the box'?

The feature matrix for Delphi says: 'Added in 2007! SOAP features updated to support Amazon, eBay, MapPoint, and more'.

I was able to build a working client, without special workarounds for the Amazon Simple Queue Service. With Amazon SimpleDB, I ran out of luck (but not because of Delphi, see here).

Which Amazon web services have you sucessfully tested or used with Delphi 2007 (or 2009)?

Was it necessary to use special workarounds to make it work?

like image 861
mjn Avatar asked May 09 '09 08:05

mjn


People also ask

Which AWS service allows you to connect to storage from on premise servers?

AWS Directory Service enables you to connect AWS resources with on premises Microsoft Active Directory and manage policies with existing tools.

Does AWS collect data?

As a customer, you maintain ownership of your content, and you select which AWS services can process, store, and host your content. We do not access or use your content for any purpose without your agreement. We never use customer content or derive information from it for marketing or advertising.

How many users does AWS have?

AWS Total Users Amazon Web Services has more than 1 million active users.


1 Answers

I'm using n software Amazon Integrator in my current project for a client. It's not cheap, but supports most of Amazon's services (Simple Storage Service (S3), Simple Queue Service (SQS), SimpleDB, Elastic Compute Cloud (EC2), and E-Commerce Service (AWS)). It's not "out of the box" solution, but with a help of a third party component.

like image 131
Mihaela Avatar answered Oct 07 '22 15:10

Mihaela