Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1 KB

README.md

File metadata and controls

29 lines (18 loc) · 1 KB

AWS Lambda Powertools (TypeScript)

Tests

Testing

The repo uses JEST tests, these can be run using

npm run lerna-test

Which will also generate coverage reports, and fail if the coverage is below the threshold.

Code Styling and Linting

Linting

Linting standards adhear to tslint:recommended.

Please ensure you run npm run lerna-lint before comiting to check for styling errors

Formating

The repo is setup using Prettier. This will automatically make syntactic changes to files to align them with the style guides. Please run this before creating a PR, and commit the changes.

npm run lerna-format

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.