An open API service indexing awesome lists of open source software.

https://github.com/ballerina-platform/module-ballerinax-aws.ses

The Ballerina connector to perform operations on Amazon Simple Email Service(Amazon SES).
https://github.com/ballerina-platform/module-ballerinax-aws.ses

amazon-ses aws ballerina

Last synced: about 1 month ago
JSON representation

The Ballerina connector to perform operations on Amazon Simple Email Service(Amazon SES).

Awesome Lists containing this project

README

          

# Ballerina Amazon SES Connector
[![Build Status](https://github.com/ballerina-platform/module-ballerinax-aws.ses/workflows/CI/badge.svg)](https://github.com/ballerina-platform/module-ballerinax-aws.ses/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/gh/ballerina-platform/module-ballerinax-aws.ses/branch/master/graph/badge.svg)](https://codecov.io/gh/ballerina-platform/module-ballerinax-aws.ses)
[![GitHub Last Commit](https://img.shields.io/github/last-commit/ballerina-platform/module-ballerinax-aws.ses.svg)](https://github.com/ballerina-platform/module-ballerinax-aws.ses./commits/master)
[![GraalVM Check](https://github.com/ballerina-platform/module-ballerinax-aws.ses/actions/workflows/build-with-bal-test-native.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerinax-aws.ses/actions/workflows/build-with-bal-test-native.yml)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

[Amazon Simple Email Service (Amazon SES)](https://aws.amazon.com/ses/) is a cost-effective, flexible, and scalable email service that enables developers to send mail from within any application. You can configure Amazon SES quickly to support several email use cases, including transactional, marketing, or mass email communications. Amazon SES's flexible IP deployment and email authentication options help drive higher deliverability and protect sender reputation, while sending analytics measure the impact of each email. With Amazon SES, you can send email securely, globally, and at scale.

The connector provides the capability to programatically handle AWS SES related operations.

For more information, go to the module(s).
- [aws.ses](ses/Module.md)

## Building from the source
### Setting up the prerequisites
1. Download and install Java SE Development Kit (JDK) version 11. You can install either [OpenJDK](https://adoptopenjdk.net/) or [Oracle JDK](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html).

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

2. Download and install [Ballerina Swan Lake](https://ballerina.io/)

### Building the source

Execute the commands below to build from the source:
* To build the package:
```
bal build ./ballerina
```
* To run tests after build:
```
bal test ./ballerina
```
## Contributing to Ballerina

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

For more information, see [contribution guidelines](https://github.com/ballerina-platform/ballerina-lang/blob/master/CONTRIBUTING.md).

## Code of conduct

All contributors are encouraged to read the [Ballerina Code of Conduct](https://ballerina.io/code-of-conduct).

## Useful links

* Discuss code changes of the Ballerina project via [ballerina-dev@googlegroups.com](mailto:ballerina-dev@googlegroups.com).
* Chat live with us via our [Discord server](https://discord.gg/ballerinalang).
* Post all technical questions on Stack Overflow with the [#ballerina](https://stackoverflow.com/questions/tagged/ballerina) tag.