I want to set values to the fields @requestId
in lambda executions because logs outputted explicitly inside the source code does not contain the @requestId
field value.
I've read an article and tried to output logs like the below but the @requestId did not to be filled.
fmt.Print(`{"requestId":"come on!!"}`)
Neither the below code.
fmt.Print(`{"@requestId":"come on!!"}`)
Are system fields protected?