Skip to content

Process raw email inbox (an S3 bucket). Extract attachment files and email metadata.

Notifications You must be signed in to change notification settings

lux-group/fn-stp-process-inbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Straight Through Processing (STP) Inbox Processor

CircleCI

Lambda function that reacts to new objects in an S3 bucket inbox, extracts attachment files and produces metadata JSON file and saves them to a destination S3 bucket for further downstream processing.

Configuration

The function is fired by an SES action as part of receipt rules see here for further info.

See config files in ./deploy folder for lambda naming, S3 inbox and S3 output bucket names.

Deployment

To deploy run the following JOBS on jenkins

TODO: configure jenkins

To deploy locally install the AWS CLI and run the following:

TEST

$ yarn deploy-test

PRODUCTION

$ yarn deploy-production

Logs

To tail logs locally install the AWS CLI and run the following:

TEST

$ yarn logs-test

PRODUCTION

$ yarn logs-production

Maintainers

Collaborators

  • TBA

About

Process raw email inbox (an S3 bucket). Extract attachment files and email metadata.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published