MCPcopy 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
17def success_response(cert):
18 return {
19 'certificate': cert
20 }
21
22
23def error_response(error_type, error_message):

Callers 2

lambda_handler_hostFunction · 0.90
lambda_handler_userFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected