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

https://github.com/rnowosielski/sessel

Sessel - an AWS SES configuration tool
https://github.com/rnowosielski/sessel

aws-config aws-ses deployment provisioning

Last synced: 3 months ago
JSON representation

Sessel - an AWS SES configuration tool

Awesome Lists containing this project

README

        

# sessel

![Image of Yaktocat](sessel.png)

Sessel - an AWS SES configuration tool

The idea behind this gem is to privide a way to automate configuration of Simple Email Service in AWS, so that the complete solution that one builds in AWS could be stored in the repository and deployed automatically.

## Installation

In order to install the gem call

gem install sessel

Alternatively if you use bundle you can add an entry to the `Gemfile`

## Usage

The first step is to create the sessel.yaml. Sessel offers commands that interatively ask you for all the required information.

sessel add receipt_rule

or

sessel add configuration_set


Following the instructions in both cases will result in relevant resources being created in your AWS account and `sessel.yaml` being updated.
In order to apply the settings again one can call

sessel apply