Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws-samples/aws-lambda-extensions
/ lambda_handler
Function
lambda_handler
bash-example-wrapper/lambda_function.py:6–11 ·
view source on GitHub ↗
(event, context)
Source
from the content-addressed store, hash-verified
4
import
json
5
6
def
lambda_handler(event, context):
7
# TODO implement
8
return
{
9
'statusCode'
: 200,
10
'body'
: json.dumps(
'Hello from Lambda!'
)
11
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected