Python Django Signal

Posted on January 16, 2018 in misc

In this article I am going to highlight issue with Django Signal.

I find problem in signal was “sometimes signals in django are triggered twice”. I thought issue might be with environment. I googled and also search on Stack-overflow. later I come to know why it happens.

It’s whether …


Continue reading

AWS Lambda invoke on existing S3 objects in python

Posted on January 11, 2018 in misc

In This article explain how to invoke lambda on existing s3 object.

As we know lambda can be invoke on Object event like creation etc. There is no way to handle existing object or there is no such event which will invoke lambda on existing s3 object.

All we have …


Continue reading