You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: