-
Notifications
You must be signed in to change notification settings - Fork 156
Comparing changes
Open a pull request
base repository: aws-powertools/powertools-lambda-typescript
base: v0.4.0
head repository: aws-powertools/powertools-lambda-typescript
compare: v0.5.0
- 15 commits
- 74 files changed
- 6 contributors
Commits on Jan 21, 2022
-
docs: improve dev setup & contributing info (#492)
* chore: added .nvmrc * docs: expanded contributing doc
Configuration menu - View commit details
-
Copy full SHA for e5691bb - Browse repository at this point
Copy the full SHA e5691bbView commit details
Commits on Jan 24, 2022
-
chore(examples): fix version bumping of examples (#498)
* force fix version of deps for examples * add package.json to bump commit
Configuration menu - View commit details
-
Copy full SHA for 53cabd1 - Browse repository at this point
Copy the full SHA 53cabd1View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for dd71104 - Browse repository at this point
Copy the full SHA dd71104View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a84c1e6 - Browse repository at this point
Copy the full SHA a84c1e6View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 11356ee - Browse repository at this point
Copy the full SHA 11356eeView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 988578c - Browse repository at this point
Copy the full SHA 988578cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 014c5bd - Browse repository at this point
Copy the full SHA 014c5bdView commit details -
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 authoredJan 24, 2022 Configuration menu - View commit details
-
Copy full SHA for ed6f258 - Browse repository at this point
Copy the full SHA ed6f258View commit details
Commits on Jan 25, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 900aba9 - Browse repository at this point
Copy the full SHA 900aba9View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 621ae50 - Browse repository at this point
Copy the full SHA 621ae50View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b780c64 - Browse repository at this point
Copy the full SHA b780c64View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9a45e90 - Browse repository at this point
Copy the full SHA 9a45e90View commit details
Commits on Jan 26, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 1107f96 - Browse repository at this point
Copy the full SHA 1107f96View commit details -
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 authoredJan 26, 2022 Configuration menu - View commit details
-
Copy full SHA for c19b47c - Browse repository at this point
Copy the full SHA c19b47cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c571a96 - Browse repository at this point
Copy the full SHA c571a96View 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 v0.4.0...v0.5.0