AWS Partner Network (APN) Blog

Tag: Open Source

WhiteSource_AWS Solutions

How to Bake Open Source Security into Your AWS CodeBuild Pipeline

Managing open source vulnerabilities can be challenging, especially at scale in a fast-moving continuous integration pipeline. Developers and DevOps professionals depend on CI pipeline tools like AWS CodeBuild to help them develop and test software at a breakneck pace, pushing out new software with greater efficiency and flexibility. In this post, learn how to integrate WhiteSource into CodeBuild pipeline to fuse open source security into existing build processes without having to compromise on speed or agility.

Deploying a High-Volume Application on AWS with Kubernetes

Learn how Mission Cloud Services helped Your Call Football (YCF) scale their application by building out the infrastructure as code, determining the right instance type for the job, prepping the load balancers, and employing Amazon EKS. By leveraging Kubernetes to optimize the speed and performance of YCF’s cloud environment, the app successfully provides thousands of football fans with a fun, unique, and issue-free gaming experience—all in real-time.

AWS Lambda

AWS Lambda Custom Runtime for PHP: A Practical Example

The new AWS Lambda runtime API and layers capabilities give us the ability to build a clean, supportable implementation of PHP on Lambda of our own. We’ll take a brief look at the overall workflow and runtime lifecycle, and then show you one way to build a PHP runtime to start powering your PHP applications on AWS Lambda. Not a PHP developer? You can adapt the examples in this guide to build a custom runtime in your language of choice.