udda1996 / module-ballerinax-aws.sns

This repo is to keep the newly written Amazon SNS connector for Ballerina.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ballerina Amazon SNS Connector

Build GitHub Last Commit License

Amazon SNS is a message notification service developed by Amazon.

This connector provides operations for connecting and interacting with Amazon SNS endpoints over the network. Its main capabilities are to define SNS topics, publish messages, and to subscribe email, sms and sqs etc. to SNS topics. Following modules are available in the connector.

Building from the source

Setting up the prerequisites

  1. Download and install Java SE Development Kit (JDK) version 11. You can install either OpenJDK or Oracle JDK.

    Note: Set the JAVA_HOME environment variable to the path name of the directory in which you installed JDK.

  2. Download and install Ballerina Swan Lake Beta3.

Building the source

Execute the following commands to build from the source:

  • To build the package:
    bal build -c ./sns
    
  • To build the package without tests:
    bal build -c --skip-tests ./sns
    

Contributing to Ballerina

As an open source project, Ballerina welcomes contributions from the community.

For more information, see the Contribution Guidelines.

Code of conduct

All contributors are encouraged to read the Ballerina Code of Conduct.

Useful links

About

This repo is to keep the newly written Amazon SNS connector for Ballerina.

License:Apache License 2.0


Languages

Language:Ballerina 100.0%