Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws-powertools/powertools-lambda-typescript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: aws-powertools/powertools-lambda-typescript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.0
Choose a head ref
  • 15 commits
  • 74 files changed
  • 6 contributors

Commits on Jan 21, 2022

  1. docs: improve dev setup & contributing info (#492)

    * chore: added .nvmrc
    
    * docs: expanded contributing doc
    dreamorosi authored Jan 21, 2022
    Configuration menu
    Copy the full SHA
    e5691bb View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. chore(examples): fix version bumping of examples (#498)

    * force fix version of deps for examples
    
    * add package.json to bump commit
    flochaz authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    53cabd1 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump aws-sdk from 2.1056.0 to 2.1062.0 (#506)

    Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1056.0 to 2.1062.0.
    - [Release notes](https://github.com/aws/aws-sdk-js/releases)
    - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
    - [Commits](aws/aws-sdk-js@v2.1056.0...v2.1062.0)
    
    ---
    updated-dependencies:
    - dependency-name: aws-sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    dd71104 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump @aws-sdk/client-sts from 3.46.0 to 3.48.0 (#505)

    Bumps [@aws-sdk/client-sts](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sts) from 3.46.0 to 3.48.0.
    - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
    - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sts/CHANGELOG.md)
    - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.48.0/clients/client-sts)
    
    ---
    updated-dependencies:
    - dependency-name: "@aws-sdk/client-sts"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    a84c1e6 View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump typescript from 4.5.4 to 4.5.5 (#507)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.4 to 4.5.5.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.4...v4.5.5)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    11356ee View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): bump @types/node from 17.0.8 to 17.0.10 (#488)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.8 to 17.0.10.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    988578c View commit details
    Browse the repository at this point in the history
  6. fix(logger|metrics): properly return decorated class (#489)

    * fix: logger to return decorated class
    
    * fix: metrics to return decorated class
    
    * chore: remove leftover files from logger
    dreamorosi authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    014c5bd View commit details
    Browse the repository at this point in the history
  7. feat: Add codespaces/gitpod support (#485)

    * feat: initial codespaces support
    
    * chore: example commit to disable a plugin
    
    * fix: rather use lerna-ci
    
    * fix: forgot to remove "cd "to examples
    
    * feat: Add gitpod support
    
    * chore: move to node 14 for both gitpod and codespaces
    
    * fix: gitpod specific way
    
    * chore: use nvmrc to ease shared config
    
    * docs: comment out docs for gitpod
    
    * fix: force npm to be 8
    
    * feat: finalize extensions
    
    * chore: remove ones that don't work
    
    * fix: container typo
    Michael Brewer authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    ed6f258 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. build(all): add concurrency to github workflows (#499)

    * build(all): add concurrency to github actions
    
    * fix(build): revert group name for release
    
    * chore(examples): fix version bumping of examples (#498)
    
    * force fix version of deps for examples
    
    * add package.json to bump commit
    
    * build(deps): bump aws-sdk from 2.1056.0 to 2.1062.0 (#506)
    
    Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1056.0 to 2.1062.0.
    - [Release notes](https://github.com/aws/aws-sdk-js/releases)
    - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
    - [Commits](aws/aws-sdk-js@v2.1056.0...v2.1062.0)
    
    ---
    updated-dependencies:
    - dependency-name: aws-sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * build(deps): bump @aws-sdk/client-sts from 3.46.0 to 3.48.0 (#505)
    
    Bumps [@aws-sdk/client-sts](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sts) from 3.46.0 to 3.48.0.
    - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
    - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sts/CHANGELOG.md)
    - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.48.0/clients/client-sts)
    
    ---
    updated-dependencies:
    - dependency-name: "@aws-sdk/client-sts"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * build(deps-dev): bump typescript from 4.5.4 to 4.5.5 (#507)
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.4 to 4.5.5.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.4...v4.5.5)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * build(deps-dev): bump @types/node from 17.0.8 to 17.0.10 (#488)
    
    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.8 to 17.0.10.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * fix(logger|metrics): properly return decorated class (#489)
    
    * fix: logger to return decorated class
    
    * fix: metrics to return decorated class
    
    * chore: remove leftover files from logger
    
    * feat: Add codespaces/gitpod support (#485)
    
    * feat: initial codespaces support
    
    * chore: example commit to disable a plugin
    
    * fix: rather use lerna-ci
    
    * fix: forgot to remove "cd "to examples
    
    * feat: Add gitpod support
    
    * chore: move to node 14 for both gitpod and codespaces
    
    * fix: gitpod specific way
    
    * chore: use nvmrc to ease shared config
    
    * docs: comment out docs for gitpod
    
    * fix: force npm to be 8
    
    * feat: finalize extensions
    
    * chore: remove ones that don't work
    
    * fix: container typo
    
    * build(all): add concurrency to github actions
    
    * fix(build): revert group name for release
    
    Co-authored-by: Florian Chazal <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Andrea Amorosi <[email protected]>
    Co-authored-by: Michael Brewer <[email protected]>
    5 people authored Jan 25, 2022
    Configuration menu
    Copy the full SHA
    900aba9 View commit details
    Browse the repository at this point in the history
  2. feat(tracer): add support for capturing DynamoDB DocumentClient (#450)

    * feat: add support for capturing DynamoDB DocumentClient
    
    * removed unused error ref
    
    * chore: rebase
    
    * chore: added e2e tests with DynamoDB Table
    dreamorosi authored Jan 25, 2022
    Configuration menu
    Copy the full SHA
    621ae50 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump release-drafter/release-drafter from 5.15.0 to 5.17…

    ….6 (#504)
    
    Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.15.0 to 5.17.6.
    - [Release notes](https://github.com/release-drafter/release-drafter/releases)
    - [Commits](release-drafter/release-drafter@v5.15.0...v5.17.6)
    
    ---
    updated-dependencies:
    - dependency-name: release-drafter/release-drafter
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 25, 2022
    Configuration menu
    Copy the full SHA
    b780c64 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump aws-actions/configure-aws-credentials (#503)

    Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 1.6.0 to 1.6.1.
    - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
    - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/master/CHANGELOG.md)
    - [Commits](aws-actions/configure-aws-credentials@v1.6.0...v1.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: aws-actions/configure-aws-credentials
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 25, 2022
    Configuration menu
    Copy the full SHA
    9a45e90 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. feat(all): make @middy/core optional (#511)

    * feat(tracer): moved middy as devDep + updated docs
    
    * feat(tracer): simplified middy note in docs
    
    * feat(metrics): moved middy as devDep + updated docs
    
    * feat(logger): moved middy as devDep + updated docs
    
    * chore(examples): bumped middy to latest 2.x
    dreamorosi authored Jan 26, 2022
    Configuration menu
    Copy the full SHA
    1107f96 View commit details
    Browse the repository at this point in the history
  2. fix(examples): fix errors in logger and metrics examples (#509)

    * fix(examples): fix errors in logger and metrics examples
    
    Changes:
    - Use shortened imports where possible
    - Use 'serviceName' instead of 'service'
    - Correct some of the relative path imports to work again
    - Correct spacing around '}'
    - Typo in 'metrics/examples/hello-world.ts'
    
    * fix(docs): correct link to Tracer examples
    Michael Brewer authored Jan 26, 2022
    Configuration menu
    Copy the full SHA
    c19b47c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c571a96 View commit details
    Browse the repository at this point in the history
Loading