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