Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 735 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 735 Bytes

AWS Associate Training task solutins

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js (download and install from nodejs.org).
  • npm (comes with Node.js) or yarn.

You can check if Node.js and npm are installed by running:

node --version
npm --version

Installation

npm install

Configuration

To configure AWS credentials, set up the AWS CLI or create the ~/.aws/credentials file on your system with the appropriate profile.

Change change AWS_PROFILE parameter in launch according to your profile defined

Running Tests

npm test

To run a specific suite or test, you can use Jest's pattern matching:

npm test -- testNamePattern