MCPcopy Index your code
hub / github.com/zappa/Zappa / update

Method update

zappa/utilities.py:523–526  ·  view source on GitHub ↗
(self, function_arn: str)

Source from the content-addressed store, hash-verified

521 return None
522
523 def update(self, function_arn: str) -> None:
524 # For S3, update is remove + add
525 self.remove(function_arn)
526 self.add(function_arn)
527
528
529class SNSEventSource(BaseEventSource):

Callers

nothing calls this directly

Calls 2

removeMethod · 0.95
addMethod · 0.95

Tested by

no test coverage detected