Announcing the APN Foundations Advanced Navigate track

By Dustin Ward

Amazon Web Services FeedAnnouncing the APN Foundations Advanced Navigate track APN Navigate’s newest track for all AWS Partners, APN Foundations Advanced, is now available. This track enables AWS Select Tier Partners to achieve AWS Advanced Tier as a Consulting or Technology Partner and can be found in APN Partner Central in your existing APN Navigate…

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…

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…