Skip to content

Commit

Permalink
Revert "Fan-out lambda missing lastAccess attribute" (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
naorpeled authored Oct 12, 2024
1 parent 9f387d5 commit d36f381
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ const handleEvent = (event, context, config) => {

// flag as warm
warm = true
lastAccess = Date.now()

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

Expand Down

0 comments on commit d36f381

Please sign in to comment.