Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
529
class
SNSEventSource(BaseEventSource):
Callers
nothing calls this directly
Calls
2
remove
Method · 0.95
add
Method · 0.95
Tested by
no test coverage detected