Skip to content

Commit

Permalink
remove AWS CLI from MAF AWS dependencies
Browse files Browse the repository at this point in the history
ln-maf/aws uses the AWS SDK V3 only now
  • Loading branch information
martdo02 committed Jul 30, 2024
1 parent 075d5c2 commit fec06b6
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions packages/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,11 @@ This module provides scenarios where Gherkins/Cucumber is implemented for AWS.
[![GitHub Actions](https://github.com/hpcc-systems/MAF/workflows/Build/badge.svg)](https://github.com/hpcc-systems/MAF/actions)
[![Dependencies][dep-image]][dep-url]

# Prerequisites

1. [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html) - The amazon command line client

- [Windows](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-windows.html)
- [Mac](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-mac.html)
- [Linux](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html)

# Set up

1. Install [AWS-CLI](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html)

2. Install by running `npm i @ln-maf/aws`.
1. Install by running `npm i @ln-maf/aws`.

3. Add a step file with the following code in the features folder of the project:
2. Add a step file with the following code in the features folder of the project:

```
require('@ln-maf/aws')
Expand Down

0 comments on commit fec06b6

Please sign in to comment.