hezouat 94a05066f9 HPCC-17791: Add proxy configuration for SQS plugin преди 8 години
..
aws-sdk-cpp @ f2f7c74390 d20d54004b HPCC-17600 SQS Plugin modifications преди 8 години
CMakeLists.txt ee7310a644 HPCC-17915 SQS plugin crashing on centos преди 8 години
README.md 6a8e597ba7 HPCC-17227 AWS SQS Plugin преди 8 години
sqs.cpp 94a05066f9 HPCC-17791: Add proxy configuration for SQS plugin преди 8 години
sqs.ecllib 94a05066f9 HPCC-17791: Add proxy configuration for SQS plugin преди 8 години
sqs.h 94a05066f9 HPCC-17791: Add proxy configuration for SQS plugin преди 8 години

README.md

#Description

  • First you have to put your aws accessKey in the credential file into .aws folder. This folder is located in HPCC's home dir: "~/hpcc/.aws/" if it doesn't exist, you should create it.

#[Example]

  • import sqs; publisher:=sqs.SQSPublisher('QueueName'); publisher.PublishMessage('Put your message here');