AWS Compute Blog

Category: Compute

Build a Serverless, Private URL Shortener

Update October 10, 2023: This post is out of date – visit Building a serverless URL shortener app without AWS Lambda for a more recent solution. This post was written by Stephan Hadinger, Sr Mgr, Solutions Architecture. As a solutions architect, I often need to send large files to customers, such as architecture diagrams and […]

Error Handling Patterns in Amazon API Gateway and AWS Lambda

Ryan Green @ryangtweets Software Development Engineer, API Gateway A common API design practice is to define an explicit contract for the types of error responses that the API can produce. This allows API consumers to implement a robust error-handling mechanism which may include user feedback or automatic retries, improving the usability and reliability of applications […]

Extracting Video Metadata using Lambda and Mediainfo

Michael RaposaPrincipal Consultant For a video asset, technical metadata includes information such as video codec, audio codec, resolution, frame rate, aspect ratio, and a host of other very detailed technical information. With technical metadata, customers can make intelligent decisions about what to do next in their workflow. The asset may be transcoded to a standard […]

Sumo Logic App for AWS Lambda Released

Today, Sumo Logic made its App for AWS Lambda generally available and introduced a purpose-built Lambda function, which is immediately available for launch in the AWS Blueprint library. Now, customers using Lambda functions can better visualize things like metering for code execution, predict compute usage, and monitor memory limits through Sumo Logic’s predictive analytics capabilities, […]

Building, Testing and Deploying Java applications on AWS Lambda using Maven and Jenkins

Jeff NunnSolutions Architect With continuous integration (the practice of continually integrating code into a shared code repository) and continuous deployment (the practice of building, testing, and deploying code often), developers can release software faster and more frequently. This post shows how the principles of code testing, continuous integration, and continuous deployment can be applied to […]

Surviving the Zombie Apocalypse with Serverless Microservices

September 8, 2021: Amazon Elasticsearch Service has been renamed to Amazon OpenSearch Service. See details. Run Apps without the Bite! by: Kyle Somers – Associate Solutions Architect Let’s face it, managing servers is a pain! Capacity management and scaling is even worse. Now imagine dedicating your time to SysOps during a zombie apocalypse — barricading the […]