Getting Information from ECS Events

In Bayzat, we are using AWS ECS Fargate to manage production and development workflows. In our automation hustles, we are leveraging ECS events to get information about state changes of tasks and serv...

Multipage PDF to JPEG Image Conversion in Python

There is an easy-to-use wonderful library called pdf2image which converts PDF files into JPEG or PNG images as requested. It works quite fine, but it generates multiple files for multi-page PDF files ...