Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

feat(stochastic): log out metrics for all handlers in LambdaRuntime. #88

Merged
merged 16 commits into from
Jul 15, 2021
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11,151 changes: 0 additions & 11,151 deletions docs/package-lock.json

This file was deleted.

3,061 changes: 2,531 additions & 530 deletions examples/airline/integration-tests/package-lock.json

Large diffs are not rendered by default.

9,068 changes: 8,424 additions & 644 deletions examples/airline/loyalty/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions examples/airline/loyalty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"keywords": [],
"author": "Ryan Marsh",
"dependencies": {
"@aws-cdk/core": "^1.105.0",
"aws-cdk": "^1.105.0",
"@aws-cdk/core": "^1.111.0",
"aws-cdk": "^1.111.0",
"stochastic": "^0.1.0",
"stochastic-aws-serverless": "^0.1.0",
"superstruct": "0.14.2"
Expand All @@ -29,4 +29,4 @@
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
}
}
}
Loading