Awesome
Description
Https to AMQPS is a AWS lambda function which forwards https messages from the API Gateway to a RabbitMQ Server.
Dependencies
- Python 3.6
- Boto3
- pika
Workflow
- Receive the https request
- Get RabbitMQ credentials from S3
- Decrypt credentials
- Send to RabbitMQ
TODO
- Add tests
- Add CF templates
Maintainers
Mikhael Santos