Automation Solutions

Deploy Automatically to AWS Lambda via Azure Pipelines

[vc_row][vc_column][vc_column_text] Microsoft recently announced Azure DevOps, a collection of services for software development teams. The individual services are quite extensible and have a generous free tier for small teams. Specifically, the Azure Pipelines service is intriguing, offering a full-featured continuous integration / continuous deployment platform with 1,800 free build minutes per month. In a previous […]
Read More

Deploy Automatically to AWS Lambda via Bitbucket Pipelines

[vc_row][vc_column][vc_column_text] Bitbucket’s Pipelines feature allows you to configure continuous integration and continuous deployment (CI/CD) directly within Bitbucket, without an external CI/CD server such as Jenkins. In this article, we’ll walk through configuring Bitbucket Pipelines to deploy AWS Lambda functions automatically. We’ll create a new AWS Lambda function, create a new Bitbucket repository to hold our […]
Read More