AWS Startups Blog
Category: AWS CloudFormation
Tests Not Included: How LoanStreet Built a PPP Platform In One Week
LoanStreet is the first fully-integrated, online platform that streamlines the process of sharing, managing, and originating loans for credit unions, banks, and direct lenders. Many of LoanStreet’s clients lend to small businesses and individuals, those most in need of funding from the Paycheck Protection Program (PPP) and unable to snag a piece of the initial $310bil.
Their clients were relying on them to get their loans funded. The only catch: a hard deadline of one week. Here’s how they did it.
Dome9 on Static Code Analysis of Your Infrastructure as Code
Infrastructure-as-Code (IaC) has emerged as an essential strategy associated with organizations’ DevOps practices. Tools such as AWS CloudFormation and Terraform allow software-defined infrastructure to be deployed quickly and repeatedly to the public cloud infrastructure.
How CleverTap leverages AWS to deliver more than 10 billion messages per month
Anand Jain, co-founder at CleverTap, explains how his company processes—in real time—55 billion data events per month and sends out over 10 billion messages per month.
Building a VPC with the AWS Startup Kit
The AWS Startup Kit provides resources to help startups begin building applications on AWS. Included with the Startup Kit is a set of AWS CloudFormation templates that create fundamental cloud infrastructure building blocks. For purposes of this post, we’ll look at the building blocks that relate to an Amazon Virtual Private Cloud (Amazon VPC), a bastion host, and an (optional) relational database.
Large Scale Disaster Recovery Using AWS regions
Given the tremendous amount of data that we process daily, disaster recovery (DR) is of utmost importance to us. We aspire to ensure business continuity in the face of natural or man-made disaster. Here’s how they do it.
How to Get a Better Test and Dev Experience with Docker and AWS
Here’s a familiar story: You’ve been tasked with creating the REST API for a mobile app for tracking health and fitness. You code the first…