const response = await awsClient.fetch(`${url}?${new URLSearchParams(queryString)}`, {
...options,
...parsedBodyObj,
headers: { 'Content-Type': 'application/json', ...options?.headers },
})
if i pass headers object like {testHeader:'123'} it changes to 'Testheader' on the request itself