AWS Open Source Blog
Category: AWS Lambda
Integrating the AWS Lambda Telemetry API with Prometheus and OpenSearch
Learn how the AWS Lambda Telemetry API works and how to integrate it with open source observability and telemetry solutions such as Prometheus and OpenSearch.
Leveraging Open Source at Barclays to Enable Lambda Event Filtering with AWS Glue Schema Registry
Learn how Barclays achieved AWS Glue Schema Registry integration with AWS Lambda event filtering by leveraging the open source library.
Improving Developer Productivity at Disney with Serverless and Open Source
Disney Streaming’s use of serverless and open source technologies has improved their ability to deliver business value safely and reliably.
A Container-Free Way to Configure Kubernetes Using AWS Lambda
Learn how to access the Kubernetes API from an AWS Lambda function entirely in code, without the need to build a container image with executables. This provides a simple approach to create your Lambda functions, and also a faster execution time.
How A&E Engineering Uses Serverless Technology to Host Online Machine Learning Models
AWS partner A&E Engineering is using online machine learning models to monitor realtime data for improved manufacturing. Learn how to successfully deploy an online serverless machine learning model using open source Python River and AWS Cloud Development Kit (AWS CDK).
Amazon Lookout for Vision Python SDK: Cross-validation and Integration with Other AWS Services
Learn how to use the open source Python SDK for Lookout for Vision in either AWS Glue or AWS Lambda to quickly identify differences in images of objects at scale.
Increase app responsiveness with MongoDB Realm mobile database and AWS Wavelength
This post was contributed by Robert Oberhofer, Senior Director of Technology Partnerships at MongoDB. This blog post introduces MongoDB Realm, and examines its core characteristics and key benefits. While Realm is widely used for building mobile applications, its capabilities are also relevant for other problem spaces, including IoT and Edge. Introduction to Realm Realm database […]
Running Dicoogle, an open source PACS solution, on AWS (part 1)
This blog is the first part of a two-part series that describes how to host a secure DICOM server on AWS. It is based on the Dicoogle open source software, which provides the functionality of a PACS (picture archiving and communication system). A PACS stores and indexes DICOM medical image files, and uses the DICOM […]
Easily Running Open Policy Agent Serverless with AWS Lambda and Amazon API Gateway
Open Policy Agent (OPA) is an open source general-purpose policy engine, licensed under the Apache License 2.0, that allows you to decouple policy decision-making from application code. OPA assists organizations in effectively implementing policy as code. It allows policy to be expressed through a high-level declarative language (Rego), and it also allows policy authoring to […]
Simplify development using AWS Lambda container image with a Serverless Framework
Container image support for AWS Lambda lets developers package function code and dependencies using familiar patterns and tools. With this pattern, developers use standard tools like Docker to package their functions as container images and deploy them to Lambda. In this post, we demonstrate how to use open source tools and AWS continuous integration and […]