Skip to content

Commit d36f381

Browse files
authored
Revert "Fan-out lambda missing lastAccess attribute" (#73)
1 parent 9f387d5 commit d36f381

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ const handleEvent = (event, context, config) => {
6666

6767
// flag as warm
6868
warm = true
69-
lastAccess = Date.now()
7069

7170
const currentFunctionAlias = context && context.invokedFunctionArn ? context.invokedFunctionArn.split(':').pop() : funcVersion
7271

0 commit comments

Comments
 (0)