Gavin Halliday 53b580989a HPCC-23632 Move the AWS support libraries 5 سال پیش
..
CMakeLists.txt 53b580989a HPCC-23632 Move the AWS support libraries 5 سال پیش
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');