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
- Test - contains classes used for automated testing
Use
Add dependency to the pom.xml:
<dependency>
<groupId>org.pipservices</groupId>
<artifactId>pip-services4-aws</artifactId>
<version>[0.0.1,)</version>
</dependency>