I use aws4 to sign my request to send to dynamodb service
It works when I use a simple dynamodb URL but its not work when I replace the host with my proxy URL
Do you have any idea on how we can sign requests and use proxy as hostname?
here's the example code
Its work when ${hostname} = 'dynamodb.ap-southeast-1.amazonaws.com' but not work when I use my proxy URL
Any help would be appreciated, perhaps I am missing something simple?
I use aws4 to sign my request to send to dynamodb service It works when I use a simple dynamodb URL but its not work when I replace the host with my proxy URL Do you have any idea on how we can sign requests and use proxy as hostname? here's the example code
Its work when ${hostname} = 'dynamodb.ap-southeast-1.amazonaws.com' but not work when I use my proxy URL Any help would be appreciated, perhaps I am missing something simple?