https://github.com/winebarrel/las
Retrieves a list of all email addresses that are on the suppression list for Amazon SES.
https://github.com/winebarrel/las
aws email ses
Last synced: 3 months ago
JSON representation
Retrieves a list of all email addresses that are on the suppression list for Amazon SES.
- Host: GitHub
- URL: https://github.com/winebarrel/las
- Owner: winebarrel
- License: mit
- Created: 2024-01-05T06:19:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-26T22:53:13.000Z (5 months ago)
- Last Synced: 2025-08-27T07:33:50.598Z (5 months ago)
- Topics: aws, email, ses
- Language: Go
- Homepage:
- Size: 246 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# las
[](https://github.com/winebarrel/las/actions/workflows/ci.yml)
Retrieves a list of all email addresses that are on the suppression list for Amazon SES.
## Usage
```
Usage: las
Flags:
-h, --help Show help.
-r, --region=STRING The region to use ($AWS_REGION).
--version
```
```
$ las
{"EmailAddress":"foo@example.co","LastUpdateTime":"2020-12-23T01:23:45.111Z","Reason":"BOUNCE"}
{"EmailAddress":"bar@example.co","LastUpdateTime":"2020-12-23T01:23:46.22Z","Reason":"BOUNCE"}
{"EmailAddress":"zoo@example.co","LastUpdateTime":"2020-12-23T01:23:47.3Z","Reason":"BOUNCE"}
...
```
## Installation
```sh
brew install winebarrel/las/las
```