Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipelaptrin/email-ses
A demo for my blog post about email protocols and AWS SES
https://github.com/felipelaptrin/email-ses
aws bash cdk devbox nodejs python ses typescript
Last synced: about 1 month ago
JSON representation
A demo for my blog post about email protocols and AWS SES
- Host: GitHub
- URL: https://github.com/felipelaptrin/email-ses
- Owner: felipelaptrin
- Created: 2024-11-08T15:50:49.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T16:42:28.000Z (about 2 months ago)
- Last Synced: 2024-11-08T16:43:59.144Z (about 2 months ago)
- Topics: aws, bash, cdk, devbox, nodejs, python, ses, typescript
- Language: TypeScript
- Homepage: https://felipetrindade.com/ses
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# email-ses
This is a demo repository for my [blog post](https://felipetrindade.com/ses/).## Running this project
The only dependency needed to start using this project is [Devbox](https://www.jetify.com/devbox) and [Nix](https://nixos.org/download/) (if you install Devbox first it will install Nix for you if you don't have it), all the other tools will be installed by it. Make sure your AWS region was already CDK bootstrapped.1) Export AWS credentials
2) Install tools
```sh
devbox shell
```3) Install dependencies
```sh
yarn
```4) Modify the variables
Modify the `src/config/dev.config.ts`
5) Deploy the stack
```sh
yarn cdk deploy
```