The best new features for data analysts in Amazon Redshift in 2020

By Dustin Ward

Amazon Web Services FeedThe best new features for data analysts in Amazon Redshift in 2020 This is a guest post by Helen Anderson, data analyst and AWS Data Hero Every year, the Amazon Redshift team launches new and exciting features, and 2020 was no exception. New features to improve the data warehouse service and add…

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…