Configure Serverless Offline + AWS Simple Queue Service(SQS)
Serverless Offline can not send message to AWS SQS locally. Let's configure our AWS SQS (Amazon Simple Queue Service) with Serverless Offline. ...
Managing Python Dependencies in Serverless
Bundle external Python dependencies in your Serverless projects with virtualenv and serverless-python-requirements plugin....
Terra-forming Medialive Resources
We’ve all been there. Learning to use terraform, writing beautiful code to manage our cloud infrastructure; it’s all sunshine and rainbows. Until you realize you work with video and need to use Medialive resources. Now sure, you can create these resources from the aws console like a nomad and pass in the arn to make your CD pipeline do what it needs to do but unfortunately we are not nomads. We are engineers and hackers...
AWS Lambda! but on steroids
Do you ever feel like AWS LAMBDA is great but they are just not enough for what you need to do? Maybe you need more horsepower, perhaps a core or two and maybe the TASK you want to do might not be done within 15 minutes? I know what you’re thinking; duh! We have Ec2 for larger tasks and yes but do you not feel that it gets a little tricky maintaining Ec2 sometimes cause...
Detecting Faces from Videos using Rekognition in Serverless Architecture
With the rise of Artificial Intelligence and Cognitive Services, it's now pretty easy to achieve things we used to hear as fairy tales or as science fiction in childhood. In a just matter of 10 years, we have seen servers shifting their places from delicate server rooms to clouds and now things are getting popular around serverless architecture. The software engineers of my company Craftsmen always work with bleeding-edge technologies like this. In this article, I am going to...