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
- Host: GitHub
- URL: https://github.com/rnowosielski/sessel
- Owner: rnowosielski
- License: mit
- Created: 2017-02-22T14:47:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-19T15:19:20.000Z (over 7 years ago)
- Last Synced: 2025-02-07T13:23:16.462Z (4 months ago)
- Topics: aws-config, aws-ses, deployment, provisioning
- Language: Ruby
- Size: 289 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sessel

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`
## UsageThe 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 callsessel apply