8000 GitHub - khajaaa/aws-lambda-powertools-typescript at feature/utilities-parameters
[go: up one dir, main page]

Skip to content

A suite of utilities for AWS Lambda Functions that makes structured logging, creating custom metrics asynchronously and tracing with AWS X-Ray easier

License

MIT-0, Unknown licenses found

Licenses found

MIT-0
LICENSE
Unknown
LICENSE-THIRD-PARTY
Notifications You must be signed in to change notification settings

khajaaa/aws-lambda-powertools-typescript

 
 

Repository files navigation

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.

About

A suite of utilities for AWS Lambda Functions that makes structured logging, creating custom metrics asynchronously and tracing with AWS X-Ray easier

Resources

License

MIT-0, Unknown licenses found

Licenses found

MIT-0
LICENSE
Unknown
LICENSE-THIRD-PARTY

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.2%
  • JavaScript 1.6%
  • Other 0.2%
0