RSS to social integration - An example using Lambda, Python, and Amazon Translate
In this article we’ll explore a RSS to social (e.g. LinkedIn) integration using AWS Lambda with Python. We’ll use Amazon Translate to provide the content of the post in Italian for the social platform. The architecture will be defined via Terraform. We’ll proceed as follows:
- Definition of the Lambda infrastructure in Terraform
- How Terraform manages python code
- Python software components
- Production code
- Unit and integration test code
- Integration examples
- Upcoming improvements