DEV Community

Ricardo Sueiras for AWS

Posted on • Updated on • Originally published at blog.beachgeek.co.uk

AWS open source news and updates No. 32

August 24th - Instalment #32

Week No.32 and after two weeks taking some time off visiting sunny Scotland, I return refreshed with a bumper edition with the pick of posts from the past few weeks. As always, some great posts and projects as well as some events you might want to add to your diary and a few customer case studies for you to check out.

Your feedback matters!

I have put together a short feedback survey, which I would ask you to take - it will take no more than 2 minutes. You can access here. Many thanks!

Take the survey

Celebrate open source contributors

The articles posted in this series are only possible thanks to contributors and project maintainers and so I would like to shout out and thank those folks who really do power open source and enable us all to build on top of what they have created.

So thank you to Vincent Voyer, Chris Downing, Michael Ferguson, Satoshi Kuramitsu, Igor Tavares, Brian Caffey, James Beswick, Ben Ellerby, Ben Smith, Efe Karakus, Eric Johnson, Kunal Ghosh, Gagan Brahmi, Anand Krishna, Ryan Niksch, Adrian Hornsby, Varun Jewalikar, Trevor Sullivan, Ken Collins, Cami Williams, Moheeb Zara, Adrian Hornsby, Varun Jewalikar, Derek Tan, Fei Lang, Kinnar Sen, Josiah Davis, Charles Frenzel, Chen Wu, James Saryerwinnie, Phi Nguyen, Xiang Song, Muhyun Kim, Hussain Karimi, Jiyang Kang, Kyle Lee, Luis Colon, Raisa Hashem, Josh Joy, Jay Pipes, Michael Hausenblas, Nathan Taber, Turgay Özgür, Onuralp Taner and Prasad Rao.

Make sure you find and follow these builders and keep up to date with their open source projects and contributions.

Events for your diary

Check out these events happening this week and later on.

Cloud Data Lake
August 27th, 5PM BST

Cloud Data Lake a virtual workshop where you will learn best practices for organisations to use powerful open source technologies to build and extend your AWS investments to make your data lake analytics ready.

End-to-End Computational Fluid Dynamics
2nd September, 4PM BST

AWS Automotive Webinar - The focus of this webinar will be how to run a complete end-to-end CFD workflow for a realistic road-car model. Starting with CAD and pre-processing we will firstly show how these steps can be done remotely on AWS with minimal data transfer. Secondly we will solve a high-fidelity case using the open-source code OpenFOAM to demonstrate how AWS can improve turn-around time for large cases

Machine Learning workshop
September 10th, 2PM BST

Unifying Data Pipelines and Machine Learning with Apache Spark™ and Amazon SageMaker a databricks and Immuta workshop to learn how Unified Data Analytics can bring Data Science, Business Analytics and engineering together to accelerate your Data and ML efforts.

Robotics Keynote

For those that missed the Cloud Robotics summit this week, you can check the keynote video from Roger Barga and Brian Gerkey.

Open source builders

How to become a Redis maintainer one contribution at a time this post from Matt Asay, he talks with Madelyn Olson, a long time contributor and now maintainer of Redis. If you want a great insight into the journeys that developers have trodden on the path to becoming open source contributors and maintainers, or if you want to know a little more about the Redis community, or how AWS is contributing upstream changes to projects like this, then you need to read this post.

Latest from open source projects

cloud-sniper

cloud-sniper this open source project is a platform to help security operations teams by aggregating, correlating and analysing the various infrastructure logs that they can then use to respond to security incidents. This increase in visibility allows those security operations teams to manage security incidents across the organisation and help improve their security posture.

architecture

http-desync-guardian

http-desync-guardian is a new open source library from AWS that provides a way for you to analyse HTTP requests to minimize risks of HTTP Desync attacks. HTTP/1.1 went through a long evolution since 1991 to 2014, which means there is a variety of servers and clients, which might have different views on request boundaries, creating opportunities for desynchronisation attacks (a.k.a. HTTP Desync). http_desync_guardian library is designed to analyze HTTP requests to prevent HTTP Desync attacks, balancing security and availability. It classifies requests into different categories and provides recommendations on how each tier should be handled.

Check out this Twitter thread from Colm MacCárthaigh for additional details, as well as this post from Jessica Haworth AWS launches open source tool to protect against HTTP request smuggling attacks.

SpaceSiren

SpaceSiren is an open source project that provides a honey token management and alert system for AWS. It allows you to create these honey tokens at scale, managing tens of thousands with close to no cost (they provide some cost guidelines, at approx $1-$5 per month). The project provides an an API Gateway to create no-permission AWS IAM users and access keys for those users. You sprinkle the access keys wherever you like, for example in proprietary code or private data stores, and if one of those sources gets breached, an attacker is likely to use the stolen key to see what they can do with it. You will receive an alert via email, PagerDuty, Slack and Pushover that someone attempted to use the key.

honey

Great documentation and installation instructions (as well as automated deployment via Terraform) makes this a project you should check out.

Serverless Video Processing

Serverless Video Processor is an open source project from Trevor Sullivan that helps you build a solution to perform video conversions using AWS Fargate, triggered by uploads to an Amazon S3 Bucket. Trevor provides a video to help you build this, so you can use this as the base for your own projects or applications.

Pulse Oximetry tracker

Pulse Oximetry tracker is a new open source project from Moheeb Zara that allows you to build an example solution for collecting, tracking, and sharing pulse oximetry data for multiple users. It takes oxygen saturation measurements as manual input or a BerryMed pulse oximeter connected to a browser using Web Bluetooth. You can read the supporting blog post, Building a Pulse Oximetry tracker using AWS Amplify and AWS serverless.

architecture

Amplify Flutter

Amplify Flutter allows you to extend your Flutter projects to include AWS Amplify, and leverage the plugins that integrate into AWS. AWS Amplify provides a declarative and easy-to-use interface across different categories of cloud operations. Our default implementation works with Amazon Web Services (AWS), but AWS Amplify is designed to be open and pluggable for any custom backend or service. Amplify for Flutter currently supports iOS and Android platforms, is in preview, and is not recommended for production use at this time. You can read the blog post, Announcing AWS Amplify Flutter (Developer Preview) from Ashish Nanda that walks you through getting started with this project.

arch

dr-sven

dr-sven this open source tool is a data health checker which performs a checkup on your data to give you a simple indication of whether it's in good shape or not. You define some rules, and then you use this to query/check a data set and the tool will produce a report and output that you can check. This is a simple project that does not provide extensive rules, but might be useful if you are looking for a simple and easy to use data validation tool. MeStrak also put together a nice blog post on getting started, which you can check out here.

Fresh blog posts for your reading pleasure

Lamby

Full Stack Serverless with Rails & AWS SAM/Lambda post from Ken Collins, AWS Hero, announcing some major updates to the open source Lamby project, that allows you to run Ruby on Rails with AWS Lambda via AWS SAM. The posts walks you through these three key updates: RDS Proxy support, Event driven Active Job with SQS and observability updates. Check out the full post for details.

Modern Django

Deploying serverless Django applications to AWS with CDK on a tiny budget using Lambda, API Gateway, awsgi and the Lambda proxy pattern - another cracking post from Brian Caffey, on how to approach deploying Django application son AWS Lambda. Brian outlines the rationale for taking this specific approach by showing you how he typically deploys web applications. Throw in a bit of Zappa, AWS CDK to make sure everything is written as infrastructure as code, a sprinkle of AWS services and you have a blog post that the "Mothers of invention"* would be proud of.

arch

*fans of Frank Zappa will get this reference, but if this is new to you, get onto YouTube, plug in some headphones and enjoy!

ROS

A couple of blog posts from Michael Ferguson this week.

5 Things ROS2 Needs in 2020 this is an excellent post from Michael where he shares his thoughts on what is holding back ROS2 from being production ready. Michael lists the five things he thinks are essential before this can happen, so take a look and let him know your thoughts.

Mapping and Localization in ROS2 another post from Michael, this time covering mapping and localisation in ROS2.

ros2

MLOps with Cortex

Serve Your ML Models in AWS Using Python post from GLAMI, walks you through how they are using the open source project Cortex (a command-line utility that orchestrates the creation of Amazon EKS cluster (Kubernetes), deployment, scaling, serving, and load balancing of the model endpoints in the cluster) and created an open source wrapper called Cortex Serving Client to simplify the automation and use of Cortex. The project tackles a number of things such as providing a mechanisms to remove unused or expired models from a cluster or how you roll back deployments. You can get the source code for Cortex Serving Client here.

arch

PyTorch

Connecting a web app to your PyTorch model using Amazon SageMaker is a blog post from Cami Williams, Open Source advocate at Facebook, that shows you how to connect your Web Apps to a PyTorch model using AWS SageMaker. Along side this post there is a series of videos where she walks you through this. If you missed this a couple of weeks back, then you can catch it now.

ReportPortal

Deploy ReportPortal in AWS with AWS CloudFormation is a post from Jignesh Chhatbar that shows you how to deploy the open source report dashboard project, Report Portal on AWS. You are probably using a number of different tools that generate output of some kind, and this project helps you manage that output, and integrates into a wide range of applications and systems. If you are looking for a way to manage that, certainly worth a read.

arch

If you missed these

Here are a few posts over the past weeks that might be of interest

Flask on AWS

How to deploy a Python Flask app to AWS Elastic Beanstalk post from Andrey that is the first in a series and shows you how to get your Flask apps running/deployed on AWS ElasticBeanstalk.

AWS open source posts

AWS ParallelCluster

Managing AWS ParallelCluster SSH users with OpenLDAP this post from Chris Downing is a walk through of a simple mechanism for provisioning multiple users within AWS ParallelCluster using a locally installed OpenLDAP server on the controller. With minimal complexity, we configured the directory structure to provide SSH access for HPC users.

AWS Controllers for Kubernetes

Introducing the AWS Controllers for Kubernetes (ACK) by Jay Pipes, Michael Hausenblas, and Nathan Taber introduce one of the biggest announcements last week, the open source project AWS Controllers for Kubernetes. This project lets you directly manage AWS services from Kubernetes. ACK makes it simple to build scalable and highly-available Kubernetes applications that utilise AWS services. This post walks you through the back story and how ACK works, and whilst this is still a very new project, they are looking for feedback to help guide the development going forward.

Chaos Engineering

Building resilient services at Prime Video with chaos engineering post from my colleague Adrian Hornsby and Varun Jewalikar that shows you how you can use the open source project, AWSSSMChaosRunner and dives deep into failure injection, using this project to help you with some example integrations. The post also shows you how the Amazon Prime Video team are using this library to prevent potentially customer impacting outages.

AWS Data Wrangler

Optimize Python ETL by extending Pandas with AWS Data Wrangler by Satoshi Kuramitsu and Igor Tavares shows how you can use an open source project called AWS Data Wrangler to help you orchestrate your ETL (Extract, Transform and Load) tasks against multiple data sources and services. AWS Data Wrangler is an open-source Python library that enables you to focus on the transformation step of ETL by using familiar Pandas transformation commands and relying on abstracted functions to handle the extraction and load steps and you can use AWS Data Wrangler in different environments on AWS and on premises.

sls-dev-tools

Improving the serverless developer experience with sls-dev-tools a guest post from AWS Serverless Hero Ben Ellerby, showing you in more depth how you can use sls-dev-tools to help developers be more productive, delivering rich metrics directly to your terminal. I have written about this project before, so it is nice to get a deep dive on this tool to help you get started.

Amazon MSK

Using Amazon MSK as an event source for AWS Lambda from James Beswick is a nice primer to help you understand how you can integrate AWS Lambda with the managed Apache Kafka that is provided by Amazon MSK. Apache Kafka is a distributed streaming platform that it is similar to Amazon Kinesis. Amazon MSK simplifies the setup, scaling, and management of clusters running Kafka, is fully compatible with Kafka and supports familiar community-build tools such as MirrorMaker, Apache Flink, and Prometheus. This posts walks you through setting up a sample cluster and then integrating this with AWS Lambda.

architecture

Modern LAMP

A couple of posts from Ben Smith to keep the PHP developers happy.

Introducing the CDK construct library for the serverless LAMP stack follows up his series of the new modern LAMP stack with a post on the new CDK construct library that helps you build these using AWS CDK. The AWS Cloud Development Kit (AWS CDK) is an open source software development framework for defining cloud application resources in code. It allows developers to define their infrastructure in familiar programming languages such as TypeScript, Python, C# or Java.

The AWS Construct Library provides a broad set of modules that expose APIs for defining AWS resources in CDK applications, allowing you to extend and add new capabilities as needed. The CDK construct library for the serverless LAMP stack is an abstraction created by AWS Developer Advocate, Pahud Hsieh. It offers a single high-level component for defining all resources that make up the serverless LAMP stack.

So read on to find out more how to get started and use AWS CDK to create your first PHP serverless application.

The serverless LAMP stack part 4: Building a serverless Laravel application is the final instalment from Ben of the series that shows how you can build a modern LAMP stack, with episode four focusing on Laravel.

show

AWS CoPilot

AWS Copilot: an application-first CLI for containers on AWS is a great post from Efe Karakus that explores the four tenets that guided the team when creating this open source tool (currently in preview phase), a command line interface (CLI) to build, release, and operate production ready containerised applications on Amazon Elastic Container Service (Amazon ECS) and AWS Fargate. I do not want to give too much away as I think this is a post that everyone should read.

As Efe concludes, "Copilot is fully open source! Checkout out GitHub repository for discussion via issues and contribution via pull requests. You can learn more about how to install and get started with Copilot from our documentation."

Container DevSecOps

Container DevSecOps with AWS CodePipeline using Hadolint and Anchore Engine in this post from Anand Krishna, you will learn how to integrate some open source tools, Hadolink and Anchore Engine, to create a simple DevSecOps pipeline using AWS CodePipeline.

arch

These tools provide Docker linting and container static analysis scanning tools that help you secure the container life cycle management, container image hardening and end-to-end security checks. The post explores this in more detail before going to to help you put this into practice by building a DEvSecOps pipeline.

OpenShift, Koku on AWS

Cost tracking for OpenShift on AWS from Ryan Niksch shows you how you can manage costs when running RedHat OpenShift using a number of AWS services and mechanisms as well as an open source project called Koku. Koku, which is integrated into OpenShift, is an open source solution for cost management of cloud and hybrid cloud environments. Koku exposes resource consumption and cost data in easily digestible and filterable views.

cost image

Prometheus, Grafana and Amazon EMR

Monitor and Optimize Analytic Workloads on Amazon EMR with Prometheus and Grafana is a piece from Derek Tan and Fei Lang that shows how you can install and configure Prometheus and Grafana on AWS and then integrate these with Amazon EMR so you can capture logging events and then create rich dashboards.

diagram

TensorFlow and Amazon EC2 Spot

TensorFlow Serving on Kubernetes with Amazon EC2 Spot Instances contributed by Kinnar Sen that helps you understand how you can deploy TensorFlow Serving using Kubernetes via Amazon EKS and Spot Instances to build a scalable, resilient, and cost optimised machine learning inference service. To cost optimise the TF serving workloads, you can use Amazon EC2 Spot Instances, which are spare EC2 capacity available at up to a 90% discount compared to On-Demand Instance prices.

image

TorchServe on Amazon EKS

Running TorchServe on Amazon Elastic Kubernetes Service is a collaboration between Josiah Davis, Charles Frenzel, and Chen Wu that shows how to deploy TorchServe on an Amazon EKS cluster for inference. This allows you to quickly deploy a pre-trained machine learning model as a scalable, fault-tolerant web service for low latency inference.

TorchServe is a model serving library that makes it easy to deploy and manage PyTorch models at scale in production environments. TorchServe removes the heavy lifting of deploying and serving PyTorch models with Kubernetes and is built and maintained by AWS in collaboration with Facebook, and is available as part of the PyTorch open source project.

arch

Whilst this post focuses on a single model and on a single node cluster, this type of deployment is scalable to multiple nodes and extrapolates to more advanced deployments.

Deep Graph Library

Training knowledge graph embeddings at scale with the Deep Graph Library Phi Nguyen and Xiang Song share news of the Deep Graph Knowledge Embedding Library (DGL-KE), a knowledge graph (KG) embeddings library built on top of the Deep Graph Library (DGL).

Graphs can be found in many domains, such as chemistry, biology, financial services, and social networks, and allow us to represent complex concepts intuitively using entities and relations. DGL is an easy-to-use, high-performance, scalable Python library for deep learning on graphs. You can now create embeddings for large KGs containing billions of nodes and edges two-to-five times faster than competing techniques.

dgl

Horovod

Multi-GPU and distributed training using Horovod in Amazon SageMaker Pipe mode from Muhyun Kim, Hussain Karimi, and Jiyang Kang introduces what Horovod is and how you can run this in a number of different scenarios to provide efficient mutli-GPU and multi-node distributed training on Amazon SageMaker.

Horovod is Uber’s open-source framework for distributed deep learning, and it’s available for use with most popular deep learning toolkits like TensorFlow, Keras, PyTorch, and Apache MXNet. Why do you need this? When you train a model with a large amount of data, you should distribute the training across multiple GPUs on either a single instance or multiple instances. Deep learning frameworks provide their own methods to support multi-GPU training or distributed training, and Horovod emerged as an open source way to do this.

This post walks you through how to set this up and provide a GitHub repo with the resources you need to get started.

AWS Chalice

A couple of posts on AWS Chalice this week from by James Saryerwinnie.

Introducing the AWS Chalice test client introduces the latest release of AWS Chalice, v1.17.0, that now includes a test client that enables you to write tests for your Chalice applications using a concise and simplified API. The test client handles all the boilerplate setup and teardown logic that you’d previously have to write yourself when testing your Chalice applications. This posts shows you how to get started with this new update. In the second post,

Using AWS Lambda Layers with AWS Chalice James looks at version 1.18.0 of Chalice, which now has support for Chalice to automatically manage a shared Lambda layer that contains all your third-party and vendor code. Lambda layers are a way to pull in additional dependencies in code that are separate from the deployment package for a Lambda function. These Lambda layers can be reused by multiple Lambda functions, which allows you to keep your deployment packages small as well as reduce the total storage space needed for all your Lambda functions.

arch

.NET Core Lambda

Automated CI/CD pipeline for .NET Core Lambda functions using AWS extensions for dotnet CLI by Sundar Narasiman provides an overview of how you can implement an automated CI/CD for .NET Core Lambda functions using two stages of CodePipeline: CodeCommit and CodeBuild that you can apply as the base for your own use cases.

AWS SAM

Season One of Sessions with SAM - check out this curated set of Eric Johnson's sessions covering how to easily build and manage serverless applications using AWS Serverless Application Model (SAM). From starting from the beginning to what is SAM, through to building a number of demo applications, you will quickly learn how to master AWS SAM and apply it within your own applications. All in all, twelve sessions to get through that cover everything from machine learning to .NET Core. Eric is working on Season Two, so make sure you catch those too.

cfn-guard

Write preventive compliance rules for AWS CloudFormation templates the cfn-guard way from Luis Colon, Raisa Hashem, and Josh Joy helps you get started with creating some compliance rules using the open source tool cfn-guard.

CloudFormation helps customers model and provision their AWS and third-party application resources, with features such as rollback to provide automation and safety. Together with tools such as AWS CodeBuild, AWS CodePipeline, and AWS CodeDeploy, CloudFormation helps customers automate processes that implement popular practices like GitFlow , allowing for incremental testing and automated guardrails for fast releases. Emerging best practices, such as DevSecOps, shift-left testing and low-code tools, are further enabling security leaders to embed preventive compliance rules earlier in the development lifecycle.

These best practices inspired us to build CloudFormation Guard (cfn-guard) as an open-source tool that helps you write compliance rules using a simple, policy as code language. It will help you validate CloudFormation templates against those rules to keep your AWS resources in compliance with your company policy guidelines.

Swfit and AWS Amplify

Using Swift Combine with AWS Amplify this post from Kyle Lee introduces the support included in AWS Amplify 1.1 release for IOS of Combine. Combine is a first party reactive framework that makes it easy to deal with asynchronous events in a declarative way.

The previous 1.0 version of Amplify iOS (launched in May 2020) supported only a standard '“callback” model for handing asynchronous calls. While this is a common pattern for iOS developers, it leads to a well-known condition known as “callback hell”, where dependent asynchronous calls are nested within callbacks. For anything beyond simple dependency cases, this quickly becomes difficult to follow and maintain. With Amplify iOS 1.1, developers can now flatten this nest of callbacks using the built-in integration with the Combine framework. Support is included for all the asynchronous APIs in Amplify iOS, including Auth (sign up, sign in, observing session status), DataStore (CRUD operations, observing changes), and Storage (uploading and downloading files), among others.

In this post Kyle helps you get started and walks you through some use cases and sample code.

WorldForge

AWS announces WorldForge in AWS RoboMaker post from self proclaimed Robot fan Alejandra Quetzalli that introduces a new feature in AWS RoboMaker that makes it super easy to create simulation environments to test your ROS powered robots. In previous episodes I have shared posts and resources of 3D environments, object artefacts and more. You can now access these kinds of resources directly from within the AWS RoboMaker UI.

Exploring AWS CDK and Terraform via CDKTF

If you have not checked out Darko and Cobus' Twitch sessions, then fear not, these are recorded and here I share a recent episode where they do a getting started with the Terraform construct library for AWS CDK. I recently talked about the cdktf module, and so in this video, Darko and Cobus do Infrastructure as Code but this time with Terraform.

Case Study

Open Source in Government

How open source helps governments respond to COVID-19 with speed, scale, and agility this short write up from Lauren Dawson and Maryclaire Abowd introduces how public sector customers are using open source tools to fight COVID-19, highlighting the Open Government Solutions that was launched by AWS earlier in the year that aggregates open source solutions and projects. This post then links to a panel discussion and talks to a number of government leaders and AWS open source and government leaders. Make sure you check out this post and watch the AWS Institute panel, lots of great insights from these leaders.

Absa

Absa Transforms IT and Fosters Tech Talent Using AWS this case study shows how the Absa Group is leveraging open source and AWS to drive their digital transformation. A great quote from Craig Du Troit, Head of Technology:

"Open source and AWS services are the ingredients the bank needs to turn our techies into development chefs."

A must read post.

EposNow and Kloia

How Kloia used Porting Assistant for .NET to accelerate EposNow API modernization a joint post between Turgay Özgür and Onuralp Taner from Kloia and Prasad Rao from AWS, walks you through how this partner helped their customer EposNow modernise by migrating .NET applications to .NET Core and move those to Linux, using the Porting Assistant for .NET tool. This real world example will be useful if you are looking to do something similar.

Quick updates

Amazon SageMaker notebooks now available with pre-installed R kernel

Amazon SageMaker notebooks now support R out-of-the-box, without needing you to manually install R kernels on the instances. Also, the notebooks come pre-installed with the reticulate library that offers an R interface for the Amazon SageMaker Python SDK enabling you to invoke Python modules from within an R script.

In the post, Accessing data sources from Amazon SageMaker R kernels by Kunal Ghosh and Gagan Brahmi, they explore how you can use this to access data sources, such as Hive and PrestoDB on Amazon EMR, Amazon Athena, Amazon Redshift, and Amazon Aurora MySQL-compatible cluster, to analyse, profile, run statistical computations using R from Amazon SageMaker.

architecture

Amazon ElastiCache for Redis

Amazon ElastiCache for Redis now allows you to scale your Redis Clusters up to 500 nodes. Redis (cluster mode enabled) configuration allows you to partition your data across multiple shards and offers better scalability, performance, and availability. With this announcement, you can double your cluster size from 250 nodes to 500 nodes, thereby supporting larger memory storage capacity of up to 340 TB of memory and improved throughput per cluster. You can choose to configure a 500-node cluster that ranges between 83 shards (one master and five replicas per shard) and 500 shards (single master and no replicas).

Support for 500-node cluster is available with Amazon ElastiCache for Redis starting with Redis version 5.0.6, in all AWS regions. You can create a new cluster or scale your existing cluster to add shards using online cluster resizing.

Amazon Linux 2 on AWS Lambda

You can now develop your AWS Lambda functions using custom runtimes on Amazon Linux 2, the latest generation of Amazon Linux. To get started, upload your code through the AWS Lambda console and select provide your own bootstrap on Amazon Linux 2 runtime. You can also use the AWS CLI, AWS Serverless Application Model (SAM) and AWS CloudFormation to deploy and manage your serverless application authored in custom runtimes. Also, Lambda Runtime API and Lambda Layers can be used to enable developers to build custom runtimes on Amazon Linux 2. To migrate existing AWS Lambda functions running in custom runtimes on Amazon Linux 1 to Amazon Linux 2, update your code to be compatible with Amazon Linux 2, and then update the function runtime.

Amazon Corretto on AWS Lambda

You can now develop AWS Lambda functions using Java 8 (Corretto). Amazon Corretto 8 is a no-cost, production-ready distribution of OpenJDK 8 that comes with long-term support. Lambda functions written in Java 8 (Corretto) run on Amazon Linux 2, the latest generation of Amazon Linux. You can read more about the Java programming model in the AWS Lambda documentation.

Share your open source projects

Do you have some content you want to share with a broader audience? We are always looking for guest content for the AWS Open blog. Please get in touch (via comments below) and I would love to speak with you about what you are doing in open source. We are always looking for interesting new content.

The best submissions will get some AWS Credit codes as a thank you.

Stay in touch with open source at AWS

I hope this summary has been useful. Remember to check out the Open Source homepage to keep up to date with all our activity in open source by following us on @AWSOpen

Top comments (0)