Open
Description
AWS Lambda is a popular compute service that enables developers to run their code without having to manage servers. Currently, AWS Lambda supports multiple programming languages, including JavaScript, Python, Java, and C#. However, Dart is not officially supported, despite being a widely used language for building cross-platform applications.
In response to the demand from Dart and Flutter developers to use Dart for building for building fullstack applications, we propose exploring the feasibility of:
- Supporting Dart as an official AWS Lambda runtime.
- Developing an official AWS Dart SDK, allowing developers to integrate directly with AWS services.
Please provide us with your feedback, starting with but not limited to:
- Which AWS services would you want to interact with using an AWS Dart SDK? Which use cases do you want to see supported on AWS Lambda with the Dart runtime?
- What is the tooling you want to use to set up your Lambdas? Examples of that are:
- Amplify CLI
- AWS Cloud Development Kit (AWS CDK)
- Serverless Application Model (AWS SAM)
- Do you prefer deploying your code with serverless functions (Lambda), in serverful environments (Dart Frog, shelf, etc), or a combination of the two?