A simple serverless project containing an AWS lambda function that sends you a weekly email with a CSV of your Qonto transactions that is optimized for Lexoffice.
Inspired by: https://dev.classmethod.jp/articles/query-qonto-api-and-email-with-lambda/
Credits to: https://dev.classmethod.jp/author/ito-mai/
Configure a sender (e.g. sender@example.com) in SES and verify that e-mail address according the instructions.
Five parameters are required in the AWS parameter storage AWS parameter storage in eu-central-1
qonto2lexoffice-sender=<sender@example.com>
qonto2lexoffice-recipient=<recipient@example.com>
qonto-api-key=<A212e...>
qonto-slug=<your-company-name-23213>
qonto-iban=<DE232133213...>