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: v1.2.1
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: v1.3.0
Choose a head ref
  • 19 commits
  • 72 files changed
  • 14 contributors

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    14a838f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Configuration menu
    Copy the full SHA
    2b62d78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bce3f2b View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. feat(idempotency): create initial class structure for function idempo…

    …tency (#1086)
    
    * feat: initial configuration for idempotency package
    
    * feat: initial idempotency classes
    
    * feat: inherit tsconfig from base
    
    * feat: refactor persistence layer classes into their own folder
    
    * feat: added async types to persistence layer
    
    * feat: rename idempotency config to differentiate from idempotency options
    
    * feat: added type for a generic function
    
    * feat: modified AnyFunction to accept void functions
    
    * feat: defined member variables of record
    
    * feat: remove idempotency configuration for this FR
    
    * feat: removing unused params from options
    
    * feat: refactored type of function to accept any combo of parameters
    
    * feat: add type for update and add functions for dynamo
    
    * feat: add table name for dynamo constructor
    
    * feat: add key attribute for dynamo record
    
    * feat: add type for update and add functions for dynamo
    
    * feat: add table name for dynamo constructor
    
    * feat: add key attribute for dynamo record
    
    * feat: fixing linting issues
    
    * feat: addressing comments in initial PR
    
    Co-authored-by: vgphoenixcampos <[email protected]>
    Co-authored-by: Keven <[email protected]>
    Co-authored-by: “KevenFuentes9” <“[email protected]”>
    Co-authored-by: KevenFuentes9 <[email protected]>
    Co-authored-by: Phoenix Campos <[email protected]>
    6 people authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    06fbaae View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. build(deps): bump vm2 from 3.9.9 to 3.9.11 (#1094)

    Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.9 to 3.9.11.
    - [Release notes](https://github.com/patriksimek/vm2/releases)
    - [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md)
    - [Commits](patriksimek/vm2@3.9.9...3.9.11)
    
    ---
    updated-dependencies:
    - dependency-name: vm2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    d2df854 View commit details
    Browse the repository at this point in the history
  2. fix(logger): wait for decorated method return before clearing out sta…

    …te (#1087)
    
    * fix: await decorated method
    
    * chore: housekeeping
    
    * chore: add unit test case
    dreamorosi authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    133ed3c View commit details
    Browse the repository at this point in the history
  3. fix: captureColdStartMetric and throwOnEmptyMetrics when set to false…

    … was interpreted as true (#1090)
    
    Co-authored-by: Florian Chazal <[email protected]>
    flochaz and Florian Chazal authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    127aad4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3c5122 View commit details
    Browse the repository at this point in the history
  5. Revert "chore(release): v1.3.0 [skip ci]"

    This reverts commit f3c5122.
    dreamorosi committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    237b99f View commit details
    Browse the repository at this point in the history
  6. Fix: standardized and consistent linting strategy across Lerna targets (

    #1105)
    
    * fix: lerna format standardized for all lerna packages + examples
    
    * chore: remove --fix to lint command, rename lerna format to lint-fix
    
    * chore: run lerna lint fix on commit & push
    saragerion authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    f25f7bf View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    a574406 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. feat: publish lib as Lambda Layer (#1095)

    Co-authored-by: Florian Chazal <[email protected]>
    flochaz and Florian Chazal authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    83f6efb View commit details
    Browse the repository at this point in the history
  2. fix: ts-node version for layer-publisher (#1112)

    Co-authored-by: Florian Chazal <[email protected]>
    flochaz and Florian Chazal authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    ee243de View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. doc(layer): bump layer version to 2 to match the one built for latest…

    … version (1.2.1) (#1113)
    
    * chore(build): don't rely on shell shortcut
    
    * doc: bump layer to version 2 corresponding to 1.2.1 PowerTools version
    
    Co-authored-by: Florian Chazal <[email protected]>
    flochaz and Florian Chazal authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    5f1da98 View commit details
    Browse the repository at this point in the history
  2. Chore(tracer): unit tests to verify decorators await decorated class …

    …methods (#1108)
    
    * chore: added unit test for captureMethod async/await
    
    * chore: added unit test for captureLambdaHandler async/await
    
    * chore: added comments to document unit test cases
    
    * Update packages/tracer/tests/unit/Tracer.test.ts
    
    Co-authored-by: ijemmy <[email protected]>
    
    * Update packages/tracer/tests/unit/Tracer.test.ts
    
    Co-authored-by: ijemmy <[email protected]>
    
    * chore: fix linting
    
    Co-authored-by: ijemmy <[email protected]>
    dreamorosi and ijemmy authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    0bb77af View commit details
    Browse the repository at this point in the history
  3. feat(tracer): specify subsegment name when capturing class method (#1092

    )
    
    * feat: specify subsegment name when capturing class method
    
    * chore: update key for e2e test cases
    
    * chore: add tips to the docs about setting custom name
    
    * Update docs/core/tracer.md
    
    Co-authored-by: Josh Kellendonk <[email protected]>
    
    * Update packages/tracer/src/types/Tracer.ts
    
    * fix merge conflicts
    
    Co-authored-by: Josh Kellendonk <[email protected]>
    dreamorosi and misterjoshua authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    d4174eb View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. chore(layer): fix bundling and e2e tests by manually setting hash of …

    …asset (#1116)
    
    Co-authored-by: Florian Chazal <[email protected]>
    flochaz and Florian Chazal authored Oct 13, 2022
    Configuration menu
    Copy the full SHA
    3b5c799 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. fix(all): update version command to use lint-fix (#1119)

    * fix: update version command to use lint-fix
    
    * fix: update version command to use lint-fix
    dreamorosi authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    6f14fb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a6d791 View commit details
    Browse the repository at this point in the history
Loading