Skip to content

idwagner/sls-spending-import

Repository files navigation

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

About

Serverless application for importing email events into YNAB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages