-
Notifications
You must be signed in to change notification settings - Fork 168
Comparing changes
Open a pull request
base repository: aws-powertools/powertools-lambda-typescript
base: v1.0.2
head repository: aws-powertools/powertools-lambda-typescript
compare: v1.1.0
- 9 commits
- 64 files changed
- 7 contributors
Commits on Jul 29, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 1a06fed - Browse repository at this point
Copy the full SHA 1a06fedView commit details
Commits on Aug 3, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 6fe48ba - Browse repository at this point
Copy the full SHA 6fe48baView commit details
Commits on Aug 9, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 4a1c436 - Browse repository at this point
Copy the full SHA 4a1c436View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for c3a20c6 - Browse repository at this point
Copy the full SHA c3a20c6View commit details
Commits on Aug 10, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 5ebd1cf - Browse repository at this point
Copy the full SHA 5ebd1cfView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for a0f1db2 - Browse repository at this point
Copy the full SHA a0f1db2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d48c1f8 - Browse repository at this point
Copy the full SHA d48c1f8View commit details
Commits on Aug 12, 2022
-
fix(layers): release process + remove duplicate code (#1052)
* fix: release process * chore: remove duplicate code * Update .github/workflows/reusable-publish-docs.yml
Configuration menu - View commit details
-
Copy full SHA for f653c06 - Browse repository at this point
Copy the full SHA f653c06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ec2456 - Browse repository at this point
Copy the full SHA 8ec2456View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.2...v1.1.0