AWS Compute Blog

Bryan Liston

Author: Bryan Liston

Monetize your APIs in AWS Marketplace using API Gateway

Shiva Krishnamurthy, Sr. Product Manager HAQM API Gateway helps you quickly build highly scalable, secure, and robust APIs. Today, we are announcing an integration of API Gateway with AWS Marketplace. You can now easily monetize your APIs built with API Gateway, market them directly to AWS customers, and reuse AWS bill calculation and collection mechanisms. […]

Generate Your Own API Gateway Developer Portal

Shiva Krishnamurthy, Sr. Product Manager HAQM API Gateway helps you quickly build highly scalable, secure, and robust APIs. Developers who want to consume your API to build web, mobile, or other types of apps need a site where they can learn about the API, acquire access, and manage their consumption. You can do this by […]

Ad Hoc Big Data Processing Made Simple with Serverless MapReduce

September 8, 2021: HAQM Elasticsearch Service has been renamed to HAQM OpenSearch Service. See details. Sunil Mallya Solutions Architect Big data processing solutions have been using AWS Lambda more lately; customers have been creating solutions such as building metadata indexes for HAQM S3 using Lambda and HAQM DynamoDB and stream processing of data in S3. […]

Powering Mobile Backend Services with AWS Lambda and HAQM API Gateway

Daniel AustinSolutions Architect Asif KhanSolutions Architect Have you ever wanted to create a mobile REST API quickly and easily to make database calls and manipulate data sources? The Node.js and HAQM DynamoDB tutorial shows how to perform CRUD operations (Create, Read, Update, and Delete) easily on DynamoDB tables using Node.js. In this post, I extend […]

Optimizing Joining Windows Server Instances to a Domain with PowerShell in AWS CloudFormation

Scott Zimmerman AWS Solutions Architect Deploying applications with Active Directory, including Microsoft SharePoint Server and custom .NET applications, can take several minutes and possibly even hours. My colleague Julien Lépine wrote an excellent post, Optimize AWS CloudFormation Templates, about parallelizing HAQM EC2 instance creation in AWS CloudFormation. His post shows a general technique for using […]

Going Serverless: Migrating an Express Application to HAQM API Gateway and AWS Lambda

Brett Andrews Software Development Engineer HAQM API Gateway recently released three new features that simplify the process of forwarding HTTP requests to your integration endpoint: greedy path variables, the ANY method, and proxy integration types. With this new functionality, it becomes incredibly easy to run HTTP applications in a serverless environment by leveraging the aws-serverless-express […]

Techniques and Tools for Better Serverless API Logging with HAQM API Gateway and AWS Lambda

Ryan Green @ryangtweets Software Development Engineer, API Gateway Developing, testing, and operating Serverless APIs using HAQM API Gateway and AWS Lambda can be made much easier with built-in support for HAQM CloudWatch Logs. In Lambda functions, you can use log statements to send log events to CloudWatch log streams, and API Gateway automatically submits log […]