aws_lambda_dart_runtime_ns

A Dart runtime for AWS Lambda

A custom AWS Lambda runtime for Dart, restructured from the AWS Labs runtime for current Dart SDKs. One deployment registers several named handlers.

MaintenancePersonalOpen source

Record

Kind
Package
Role
Author
Started
April 2024
Updated
September 2025
Licence
Apache-2.0
pub
aws_lambda_dart_runtime_ns · shinyakato.dev

Technology3

Evidence8 sources

The README states that the package is based on the official awslabs/aws-lambda-dart-runtime and is a restructured version of it adapted to the latest Dart SDK, and thanks katallaxie and AWS Labs for the original.docsgithub.com The README's heading qualifies the runtime as "Sound Null Safety", and the pubspec description ends with the same words.packagepub.dev The package is licensed Apache-2.0, as the AWS Labs project it derives from is.licencegithub.com invokeAwsLambdaRuntime takes a list of FunctionHandlers, so one deployment can carry several named handlers; the README's example registers three.docsgithub.com lib/src/aws_api_gateway_response.dart carries AwsApiGatewayResponse, so a handler can answer an Amazon API Gateway request directly.sourcegithub.com The changelog records AwsApiGatewayResponse as added in release 0.1.0.docsgithub.com The changelog's 1.0.1 entry is a fix to RuntimeContext for a null check when the Lambda environment variables are absent.docsgithub.com pub.dev published 1.0.1 on 7 September 2025.registrypub.dev

Links2