Moving from Azure functions to AWS Lambda, all you need to know

Recently I’ve had a challenge of moving some Azure functions to AWS Lambda, some of these functions interact with Office 365 through Graph API, and we also had a function for uploading multipart files to Azure blob storage that needed to be replaced with S3 bucket. Setup development environment It was the first time I wanted to develop something in AWS so first I needed to understand the similarities between Azure and AWS and try…

Using OfficeDev PnP to add/update modern quick links web part

In this blog post I will explain how you can add or update Quick links web part using PnP Core, source code can be found here. Recently I’ve had a challenge to add and update Quick links web part, but turned out it’s not as easy as I thought it would be, there are couple of disussions around it which you can find here and here. Adding Quick links web part For adding quick link…

SharePoint Framework, Azure Functions and React Hooks, where the magic happens – part 1

We are living in a world which everyday you wake up with some brilliant features added to your favorite libraries and you can’t wait to use them somewhere in your solution. In this post I will show you how easy is to call Azure Functions from SharePoint Framework Web Part and also how you can use React Hooks to simplifies your components and get rid of extra classes and life cycles around them. As you…