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.0.2
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.1.0
Choose a head ref
  • 9 commits
  • 64 files changed
  • 7 contributors

Commits on Jul 29, 2022

  1. fix: wrong scope in captureMethod (#1026)

    * Update Tracer.ts
    
    using the captureMethod decorator the "this" is no longer the original obj so changing to the target fixes this
    
    * added test to verify change to captureMethod.
    
    * fix to code formting to pass tests
    
    * reverted Tracer.ts and reedited for a clean commit
    
    * issue with the last commit, fixing Tracter again
    
    * fix lint issues
    ratscrew authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    1a06fed View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. chore(ci): housekeeping scripts & workflows related to PRs (#1023)

    * chore: make lerna list explicit
    
    * chore: update codeowners to team
    
    * chore: updated CI scripts/workflow for merge events
    
    * fix: re-added commons
    
    * chore: update PR template
    
    * fix: repo name
    dreamorosi authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    6fe48ba View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. chore(build): broke up pr workflow & measure package size (#1031)

    * chore: broke up pr workflow & measure package size
    
    * chore: explicitly set packages where to run cmds
    
    * fix: added missing dependency to examples/sam
    
    * added cache in workflow
    
    * chore: updated workflow + removed env var from command
    
    * chore: updated action version
    
    * fix: removed redundant env variable
    dreamorosi authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    4a1c436 View commit details
    Browse the repository at this point in the history
  2. feat(build): publish lib as a Lambda Layer (#884)

    * Add a cdk app capable of building and publishing Lambda Layer
    
    * add github action for e2e
    
    * add local layer construct npm package
    
    * disable fail fast
    
    * fix RUNTIME naming in matrix
    
    * fix tests
    
    * fix outputs export name
    
    * Add capability to pass package version to layer builder/publisher
    
    * Add initial doc
    
    * Add github workflows
    
    * add gitignore
    
    * fix install deps
    
    * pass layer name
    
    * make layer public and store details in ssm
    
    * fix e2e tests
    
    * fix context
    
    * remvove groups for tests
    
    * publish layer on release
    
    * fix account in doc
    
    * fix test deps
    
    * deploy to all region
    
    * fix account number for layer
    
    * fix unit tests
    
    * add install for layer deps in  pr workflow
    
    * run unit test of layer publisher for supported node versions only
    
    * fix node version in doc
    
    * add node 16 to layer e2e
    
    * fix comments
    
    * fix doc
    
    * rename layer to TypeScript
    
    * take care of comments
    
    * remove layer from doc for now
    
    * remove pasted commenbt
    
    * chore(build): broke up pr workflow & measure package size (#1031)
    
    * chore: broke up pr workflow & measure package size
    
    * chore: explicitly set packages where to run cmds
    
    * fix: added missing dependency to examples/sam
    
    * added cache in workflow
    
    * chore: updated workflow + removed env var from command
    
    * chore: updated action version
    
    * fix: removed redundant env variable
    
    Co-authored-by: Florian Chazal <[email protected]>
    Co-authored-by: Andrea Amorosi <[email protected]>
    3 people authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    c3a20c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. fix(logger): fix clearstate bug when lambda handler throws (#1045)

    * chore(logger): removed unused var
    
    * test(logger): expect lambda handler to throw in unit tests for clear state functionality
    
    * chore(logger): fix linting
    
    * test(logger): improve readability of injectLambdaContextBefore & injectLambdaContextAfterOrOnError function behaviour - separation of concerns
    saragerion authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    5ebd1cf View commit details
    Browse the repository at this point in the history
  2. Fix(build): e2e workflow failing (#1047)

    * fix: added dependency install for commons
    
    * fix: added dependency install for commons
    
    * fix: made ssmParam name unique
    
    * chore: made PT packages external since they are in the layer
    
    * chore: fixed steps names
    dreamorosi authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    a0f1db2 View commit details
    Browse the repository at this point in the history
  3. Update logger.md (#1048)

    tsop14 authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    d48c1f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. fix(layers): release process + remove duplicate code (#1052)

    * fix: release process
    
    * chore: remove duplicate code
    
    * Update .github/workflows/reusable-publish-docs.yml
    dreamorosi authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    f653c06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ec2456 View commit details
    Browse the repository at this point in the history
Loading