AWS Startups Blog
Category: Developer Tools
HackerEarth Scales Up Continuous Integration for Future Needs with AWS
One of the goals of every fast-paced organization is to have a Continuous Integration (CI) pipeline that ensures every check-in is best verified before it can be pushed to production. HackerEarth wanted to achieve a CI model that has enough safety nets for every check-in that goes into each Pull Request (PR), as well as make the process scalable and cost effective. These safety nets in the pipeline provide constructive feedback for the PR, and the necessary steps are then taken to mitigate the gaps. For integration tests in this pipeline, HackerEarth used AWS CodeBuild along with Amazon S3 and Amazon ECR.
A Data Lake as Code, Featuring ChEMBL and OpenTargets
AWS Startup Solutions Architect Paul Underwood believes that a data lake is just another complex and heterogeneous infrastructure problem. In this post, he illustrates how you might build a data lake-as-code using the AWS Cloud Development Kit (CDK). Underwood will outline the strategy, core data lake services used, associated costs, and how you can tie it all together with code.
Starting with Strong Security in the AWS Cloud
Security is often viewed as too difficult or that it requires too many special skills to do well. That’s ridiculous. It’s a core part of development and operations. After all, who wants to write bad code or constantly fix an unstable service?
How to Simplify Code Deployments with AWS CodeDeploy
AWS CodeDeploy is a service that automates code deployments to Amazon EC2 instances. Here’s how to leverage it for your startup.
Dynamic Websites Using the AWS SDK for JavaScript in the Browser
Learn how to leverage Amazon S3 and the AWS SDK for JavaScript in the Browser to create dynamic websites using only static HTML and JavaScript.