https://github.com/mattrco/monzo-webhook-lambda
AWS Lambda for Monzo webhook events
https://github.com/mattrco/monzo-webhook-lambda
Last synced: about 1 month ago
JSON representation
AWS Lambda for Monzo webhook events
- Host: GitHub
- URL: https://github.com/mattrco/monzo-webhook-lambda
- Owner: mattrco
- License: mit
- Created: 2018-05-25T10:08:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T15:52:25.000Z (almost 7 years ago)
- Last Synced: 2024-11-12T22:35:57.717Z (7 months ago)
- Language: HCL
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-monzo - monzo-webhook-lambda - Trigger an AWS Lambda function from a webhook request (Code & Client Libraries)
README
Monzo Webhook Lambda
====================Serverless applications are a good candidate for receiving webhooks as they only consume resources when they run.
This application serves as an example of receiving events via Monzo's webhooks on AWS Lambda.
Setup
-----The lambda function is invoked by a webhook request and logs the request body to stdout (automatically picked
up by CloudWatch).Configuration is managed with [Terraform](https://www.terraform.io/intro/index.html).
Caveats
-------By default, the API Gateway configured by Terraform will use HTTPS and redirect non-HTTPS requests.
You must register an HTTPS URL with Monzo, otherwise your transaction data will be sent across the
internet unencrypted. Do not use plain HTTP.