Skip to content

Instantly share code, notes, and snippets.

@jrothman
jrothman / all_email_provider_domains.txt
Created September 30, 2023 15:35 — forked from ammarshah/all_email_provider_domains.txt
A list of all email provider domains (free, paid, blacklist etc). Some of these are probably not around anymore. I've combined a dozen lists from around the web. Current "major providers" should all be in here as of the date this is created.
0-mail.com
007addict.com
020.co.uk
027168.com
0815.ru
0815.su
0clickemail.com
0sg.net
0wnd.net
0wnd.org
@jrothman
jrothman / index.js
Created January 7, 2022 05:36 — forked from amiantos/index.js
Zip Multiple Files from S3 using AWS Lambda Function
// Lambda S3 Zipper
// http://amiantos.net/zip-multiple-files-on-aws-s3/
//
// Accepts a bundle of data in the format...
// {
// "bucket": "your-bucket",
// "destination_key": "zips/test.zip",
// "files": [
// {
// "uri": "...", (options: S3 file key or URL)
@jrothman
jrothman / . GetCognitoTokenOnDemand.js
Last active September 13, 2021 16:44 — forked from antstanley/.env
Get Cognito User Token
// get cognito token on demand