Using Amazon SNS with Delphi FireMonkey

I am trying to create push notifications for my mobile application. Is it possible to integrate Delphi FireMonkey with Amazon SNS services?

Thanks.

(Using Delphi 10 Seattle)

+4
source share
3 answers

Amazon APIs are REST based. You can simply use the INDY component library, or perhaps even the Rest Client, which was recently shipped with Delphi. In addition, Delphi has built classes for communicating with many AMAZON services, such as S3. You can use them as an example.

+1
source

Amazon Integrator n/software - Amazon Delphi

, , S3 SimpleDB, SQS, ASW EC2. SNS

https://www.nsoftware.com/in/amazon/

+1

: .

API Amazon Cloud Delphi. API, Amazon Simple Notification Service (SNS) , , HTTP push-. ( TAmazonSNS)

3 - Amazon API:

  • (S3)
  • (SimpleDB)
  • (SQS)

You can also check out the demos of Paweł Głowacki Amazon Web Services Delphi CodeRage X.

0
source

Source: https://habr.com/ru/post/1629022/


All Articles