Last updated:
0 purchases
pip services4 aws
AWS specific components for Dart #
This module is a part of the Pip.Services polyglot microservices toolkit.
This module contains components for supporting work with the AWS cloud platform.
The module contains the following packages:
Build - factories for constructing module components
Clients - client components for working with Lambda AWS
Connect - components of installation and connection settings
Container - components for creating containers for Lambda server-side AWS functions
Count - components of working with counters (metrics) with saving data in the CloudWatch AWS service
Log - logging components with saving data in the CloudWatch AWS service
Quick links:
Configuration
aws-lambda-dart-runtime
aws-client
API Reference
Change Log
Get Help
Contribute
Warning! #
The service is not finished at the moment. Development progress is as follows:
The components of CloudWatchCounters and CloudWatchLogger are tested and working.
The components for creating server-side functions for the Lambda service are tested and work, but are not assembled due to the use of dart: mirrors in dart2native. To build in OSs other than Linux, use the docker and the build_lambda.ps1 script.
The components for creating a client for Lambda services are not fully tested. Requires full testing on AWS.
Use #
Add this to your package's pubspec.yaml file:
dependencies:
pip_services4_aws: version
copied to clipboard
Now you can install package from the command line:
pub get
copied to clipboard
Develop #
For development you shall install the following prerequisites:
Dart SDK 3
Visual Studio Code or another IDE of your choice
Docker
Install dependencies:
pub get
copied to clipboard
Run automated tests:
pub run test
copied to clipboard
Generate API documentation:
./docgen.ps1
copied to clipboard
Before committing changes run dockerized build and test as:
./build.ps1
./test.ps1
./clear.ps1
copied to clipboard
Contacts #
The Dart version of Pip.Services is created and maintained by:
Sergey Seroukhov
Levichev Dmitry
The documentation is written by:
Levichev Dmitry
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.