Testing AWS Lambda functions written in Java

By Dustin Ward

Amazon Web Services FeedTesting AWS Lambda functions written in Java Testing is an essential task when building software. Testing helps improve software quality by finding bugs before they reach production. The sooner we know there is a defect in code, the easier and cheaper it is to correct. Automated tests are a central piece in…

Discovering sensitive data in AWS CodeCommit with AWS Lambda

By Dustin Ward

Amazon Web Services FeedDiscovering sensitive data in AWS CodeCommit with AWS Lambda This post is courtesy of Markus Ziller, Solutions Architect. Today, git is a de facto standard for version control in modern software engineering. The workflows enabled by git’s branching capabilities are a major reason for this. However, with git’s distributed nature, it can…