Recently a customer wanted to experiment with Alexa for interacting with end users instead of having them select a bunch of options from a web/mobile app. Here is how Alexa works when defining a Custom Skill which is what we needed to make. We decided to do a quick POC in order to estimate […]
Tag Archives: AWS Lambda
Choose your Serverless Framework!!
Almost all the projects we work on are cloud based applications. A common question that crops up every time we start looking to use serverless components in any project is which one?? Azure Functions or AWS Lambda( there are ofcourse others but these two seem to be our favorites at the moment). Both frameworks come […]
Migrating an existing WebAPI into Serverless functions!
We have been dabbling with Serverless computing for sometime now . Recently we decided to check if it made sense to convert an existing customer’s WebAPI into a set of serverless functions. The accompanying question was which would be the right stack? AWS Lambda or Azure Functions. We aim to pen down here what were […]