AWS Developer Tools Blog
DevOps Meets Security: Security Testing Your AWS Application: Part III – Continuous Testing
This is part III of a blog post series in which we do a deep dive on automated security testing for AWS applications. In part I, we discussed how AWS Java developers can create security unit tests to verify the correctness of their AWS applications by testing individual units of code in isolation. In part […]
DevOps Meets Security: Security Testing Your AWS Application: Part II – Integration Testing
This is part II of a blog post series in which we do a deep dive on automated security testing for AWS applications. In part I, we discussed how AWS Java developers can create security unit tests to verify the correctness of their AWS applications by testing individual units of code in isolation. In this […]
DevOps Meets Security: Security Testing Your AWS Application: Part I – Unit Testing
The adoption of DevOps practices allows organizations to be agile while deploying high-quality software to customers on a regular basis. The CI/CD pipeline is an important component of the DevOps model. It automates critical verification tasks, making fully automated software deployments possible. Security tests are critical to the CI/CD pipeline. These tests verify whether the […]