FLUTTER ECOSYSTEM

agilord/aws_client

डार्ट में अमेज़ॉन वेब सेवाओं (AWS) के उच्च स्तरीय API

aws_client प्रोजेक्ट कवर
Stars
244
Forks
114
अंतिम पुश (UTC)
10 अग॰ 2026
प्रोजेक्ट स्थिति
सक्रिय
Agilord, LLC GitHub avatar
भाषाएँDartSmithyShell

इस रिपॉज़िटरी के पैकेज

उपयोग की गई निर्भरताएँ

निर्भरता सूची 1 आइटम
  • lintsडेवलपमेंट

मूल README

यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।

README खोलें / बंद करें

High-level APIs for Amazon Web Services (AWS) in Dart

This repository contains a single Dart package, aws_client, which bundles auto-generated clients for all supported AWS APIs together with the shared runtime, DynamoDB document client and credential providers.

  • aws_client — the published package with all AWS API clients
  • Code generator — generates aws_client from the AWS SDK for JavaScript API models

Development

Generate the APIs

Generated sources are checked into the repository. To regenerate them, run the following command with the working directory set to the generator folder:

dart bin/generate.dart generate

This downloads the JSON API definitions (if needed) and regenerates the aws_client package and its protocol conformance test suite. See the generator README for more options.

TODO

  • Implement EC2 protocol