Skip to content

AWS Lambda which forwards amps messages from API Gateway to RabbitMQ

Notifications You must be signed in to change notification settings

mikhaelsantos/aws-lambda-https-to-amqps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

  1. Receive the https request
  2. Get RabbitMQ credentials from S3
  3. Decrypt credentials
  4. Send to RabbitMQ

TODO

  • Add tests
  • Add CF templates

Maintainers

Mikhael Santos

About

AWS Lambda which forwards amps messages from API Gateway to RabbitMQ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages