AWS Core
The module that provides the core AWS services for the other modules.
Imports
Application Variables
aws_api_version
latest
| 2015-03-31
AWS API version from the configuration.
aws_region
us-east-1
AWS region from the configuration.
How to set variable
You can set the application variable in your main module and/or in the module that will inject the service.
Method of Use
To use this module, you need to inject it into the desired service.
Injecting the module into our service.
With dependencies
You will need to inject the following interfaces.
IConfigurationService
IValidatorRegexpService
IStringExService
IAwsConfigurationService
IAwsStsService
Properties
get _apiVersion
private
Get the AWS API version from the configuration.
get _region
private
Get the AWS region from the configuration.
get _httpOptions
private
Get the AWS HTTP options.
get _credentials
private
Get the AWS configuration service.
get _sts
private
Get the AWS STS service.
Methods
initialize
private
Initialize the AWS configuration.
client
public
Get the client for the AWS services.
setRole3rdParty
public
Set the role for the 3rd party.
configuration
public
Get the AWS configuration.
Last updated