Skip to content

Commit

Permalink
Issue #27, README for awscommon
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Hunt <[email protected]>
  • Loading branch information
independentid committed Mar 28, 2024
1 parent 88b4b04 commit 39620ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion providers/aws/awscognito/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Hexa](https://hexaorchestration.org/wp-content/themes/hexa/img/logo.svg)

# Amazon Common Package - Cognito Client
# Amazon Providers - Cognito Client

This package is shared between [awsapigwProvider](../awsapigwProvider/README.md) and the [cognitoProvider](../cognitoProvider/README.md).
It is used to connect to a AWS to obtain data from Cognito services.
Expand Down
8 changes: 8 additions & 0 deletions providers/aws/awscommon/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
![Hexa](https://hexaorchestration.org/wp-content/themes/hexa/img/logo.svg)

# Amazon Providers - Shared AWS Http Client awscommon

The `awscommon` package is used by all AWS based providers.

This package is used to parse an AWS access key from `policyprovider.IntegrationInfo` and return an `aws.Config` struct. It also
defines an HTTPClient which can be used to establish testing overrides.

0 comments on commit 39620ba

Please sign in to comment.