Isidoro Gonzalez
Isidoro Gonzalez
hi @jkeys-ecg-nmsu With this lambda function: ``` exports.handler = function (event, context) { console.log(`JSON.stringify(event) = ${JSON.stringify(event)}`); context.done(null, 'Hello World'); }; ``` and this in `Before mapping template`: ``` ## [Start]...
hi @jkeys-ecg-nmsu Other headers are visible, for instance, you can see my custom header `"x-isi": "foo"` in the screenshot above. But the cookie that I need has the `HttpOnly` flag,...
hi @tinnou The cookie has the `HttpOnly` flag so it's not accessible on the client. This is a big blocker for us to use AppSync. Is there any other workaround...
hi @tinnou Are there any plans to fix this issue?