990
Views
6
Comments
Amazon AWS Connectors
Question

Hi All,


Quite recently as part of my work at OutSystems' Digital Team I've been re-implementing or creating new connectors that we use to integrate with several of AWS services ones for real use cases and others for proof of concepts that rely on AWS capabilities.


As we're strong believers in sharing with community we've decided to release these connectors "for free" so the community can leverage on them for their own projects.


As an architecture decision all these connectors are formed by an extension that uses AWS SDK to interact with the service and an espace wrapper that exposes the action to other modules and abstracts the connector authentication/configuration (that can be done in SiteProperties on the wrapper itself).


From an implementation standpoint all connectors implement a singleton pattern that expose the service's SDK methods. On more complex scenarios the connector accepts and returns JSON objects that are marshalled or unmarshalled in the wrapper. 


These are the connectors we've released:


Amazon SQS Connector - New version

Amazon SNS Connector - Initial Version

Amazon DynamoDB Connector - Initial Version

Amazon APIGateway Connector - Initial Version

Amazon S3 Connector - Initial Version


Enjoy!!!


Cheers,

Guilherme

2019-05-07 15-30-20
Pedro Miguel de Andrade Rodrigues

Hi Guilherme, thanks for sharing. It makes others’ life a little easier.

2024-03-25 06-19-08
Harlin Setiadarma

Thanks a lot.

Which one should I use to upload/integrate with Amazon Bucket?

2012-10-08 11-59-27
Guilherme Pereira
Staff

Harlin Setiadarma wrote:

Thanks a lot.

Which one should I use to upload/integrate with Amazon Bucket?

You should use the S3 connector


2017-08-28 11-56-10
Debasis Sahoo

Hi Any connector for using Amazon  RedShift ?

2012-10-08 11-59-27
Guilherme Pereira
Staff

Debasis Sahoo wrote:

Hi Any connector for using Amazon  RedShift ?


Hi,


Currently I don't have any connector other than those shared.


Cheers,

Guilherme

UserImage.jpg
Dan Harwood

I am also interested in a RedShift connector.  Any plans to add one or any suggested alternatives?

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.