pip_services4_aws 0.0.4 copy "pip_services4_aws: ^0.0.4" to clipboard
pip_services4_aws: ^0.0.4 copied to clipboard

This framework is part of the [Pip.Services](https://github.com/pip-services/pip-services) project. It contains components for AWS cloud platform.

Pip.Services Logo
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:

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

Now you can install package from the command line:

pub get

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

Run automated tests:

pub run test

Generate API documentation:

./docgen.ps1

Before committing changes run dockerized build and test as:

./build.ps1
./test.ps1
./clear.ps1

Contacts #

The Dart version of Pip.Services is created and maintained by:

  • Sergey Seroukhov
  • Levichev Dmitry

The documentation is written by:

  • Levichev Dmitry