Components for supporting work with the AWS cloud platform.
Modules
This module contains the following packages:
- Build - factories for constructing module components
- Clients - client components for working with Lambda AWS
- Connect - components for installation and connection settings
- Container - components for container creation for Lambda server-side AWS functions
- Count - components for working with counters (metrics) with data saving in the CloudWatch AWS service
- Log - logging components with saving data in the CloudWatch AWS service
- Controllers - contains interfaces and classes used to create Lambda services
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