Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 836 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 836 Bytes

Spending Event Import

This Serverless Framework app processes email purchase notifications from a bank and imports then into You Need A Budget.

External Requirements

  1. AWS Account
  2. Registered domain verified with Amazon SES that can accept incoming mail.
  3. Event rule to publish email events to the s3 bucket created in this serverless app.
  4. YNAB account.

Setup

This app has a few parameters that are needed for deployment. The Parameters are based on the deployment name, and will have a prefix /app/${self:service}-${sls:stage}/.

Parameter Description
eventBucket S3 Bucket name to use for incoming events (created in stack)
ynab_token Your YNAB API Bearer token
ynab_budget_id Your YNAB Budget ID
ynab_account_id Your YNAB Account ID