I want to authorize the user through http only cookies.
I want to set header in the AppSync response as example "Set-Cookie": "cookie=cookie; HttpOnly"
in "Configure the response mapping template" I have $util.toJson($context.result)
How can I do that?