Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Netflix/bless
/ success_response
Function
success_response
bless/aws_lambda/bless_lambda_common.py:17–20 ·
view source on GitHub ↗
(cert)
Source
from the content-addressed store, hash-verified
15
16
17
def
success_response(cert):
18
return
{
19
'certificate'
: cert
20
}
21
22
23
def
error_response(error_type, error_message):
Callers
2
lambda_handler_host
Function · 0.90
lambda_handler_user
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected