Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws-samples/aws-cdk-examples
/ layer_function
Function
layer_function
python/lambda-layer/layer/python/common.py:1–5 ·
view source on GitHub ↗
Layer helper function
()
Source
from the content-addressed store, hash-verified
1
def
layer_function() -> str:
2
""
"
3
Layer helper function
4
""
"
5
return
"Hello From Helper Layer!"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected