Gordon Smith de2939e222 HPCC-27136 Clean up CMake warnings and errors hace 3 años
..
CMakeLists.txt de2939e222 HPCC-27136 Clean up CMake warnings and errors hace 3 años
README.md 6a8e597ba7 HPCC-17227 AWS SQS Plugin hace 8 años
sqs.cpp 94a05066f9 HPCC-17791: Add proxy configuration for SQS plugin hace 8 años
sqs.ecllib 94a05066f9 HPCC-17791: Add proxy configuration for SQS plugin hace 8 años
sqs.h 94a05066f9 HPCC-17791: Add proxy configuration for SQS plugin hace 8 años

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');