Skip to content

Commit 1c10f8d

Browse files
author
David Gatti
committed
Updated
1 parent ecb7781 commit 1c10f8d

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Inbound
22

3-
This function will sort all the incoming emails based on the From and To field.
3+
This Lambda will filter all the incoming emails based on their From and To field.
4+
5+
The repo is part of the [S3-Email](https://github.com/0x4447/0x4447-product-s3-email) product.
46

57
# How to run locally
68

@@ -9,4 +11,12 @@ BUCKET=STRING \
911
AWS_ACCESS_KEY_ID=STRING \
1012
AWS_SECRET_ACCESS_KEY=STRING \
1113
npm run locally
12-
```
14+
```
15+
16+
# The End
17+
18+
If you enjoyed this project, please consider giving it a 🌟. And check out our [0x4447 GitHub account](https://github.com/0x4447), where we have additional resources that you might find useful or interesting.
19+
20+
## Sponsor 🎊
21+
22+
This project is brought to you by 0x4447 LLC, a software company specializing in building custom solutions on top of AWS. Follow this link to learn more: https://0x4447.com. Alternatively, send an email to [hello@0x4447.email](mailto:hello@0x4447.email?Subject=Hello%20From%20Repo&Body=Hi%2C%0A%0AMy%20name%20is%20NAME%2C%20and%20I%27d%20like%20to%20get%20in%20touch%20with%20someone%20at%200x4447.%0A%0AI%27d%20like%20to%20discuss%20the%20following%20topics%3A%0A%0A-%20LIST_OF_TOPICS_TO_DISCUSS%0A%0ASome%20useful%20information%3A%0A%0A-%20My%20full%20name%20is%3A%20FIRST_NAME%20LAST_NAME%0A-%20My%20time%20zone%20is%3A%20TIME_ZONE%0A-%20My%20working%20hours%20are%20from%3A%20TIME%20till%20TIME%0A-%20My%20company%20name%20is%3A%20COMPANY%20NAME%0A-%20My%20company%20website%20is%3A%20https%3A%2F%2F%0A%0ABest%20regards.).

0 commit comments

Comments
 (0)