The documentation defines endpointas follows:
endpoint
end point (line) . The final URI to send requests to. The default endpoint is built from configured region. The endpoint must be a type string 'https://{service}.{region}.amazonaws.com'.
region
'https://{service}.{region}.amazonaws.com'
I believe the name of the service StepFunctions, and I use the scope us-east-1, so the URL should be:
StepFunctions
us-east-1
https://stepfunctions.us-east-1.amazonaws.com
However, this seems to be wrong, what is the actual endpoint URL for this service?
Edit: (answer)
https://states.us-east-1.amazonaws.com
, , {service} states StepFunctions.
{service}
states
:
Endpoint { protocol: 'https:', host: 'states.us-east-1.amazonaws.com', port: 443, hostname: 'states.us-east-1.amazonaws.com', pathname: '/', path: '/', href: 'https://states.us-east-1.amazonaws.com/' }
Source: https://habr.com/ru/post/1671463/More articles:Automatic thumbnail selection for video - videoIs jQuery $ .post () asynchronous? - jqueryUnable to add configuration conversions - asp.netwarning: [options] путь к bootstrap, не установленный вместе с -source 1.7 1 предупреждение - classpathAdd Config Transforms Not Showing Why? - asp.netWhere is the .AddDBContext method? - asp.net-coreYou can use the navigation bar to switch contex - c #Search A [i] = i in a sorted array with duplicates - arraysLimit the number of values returned by a Python function / method - functionSigning and downloading to the developer console Error: add a signed apk - androidAll Articles