Take region from GET parameter
See original GitHub issueRight now, server get region from query. But in design region is changed by another select box and is not connected with queries.
I suggest adding ®ion=us
GET parameter.
Issue Analytics
- State:
- Created a year ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
get-parameter — AWS CLI 1.27.41 Command Reference
A JMESPath query to use in filtering the response data. --profile (string). Use a specific profile from your credential file. --region (string).
Read more >How can i get ssm parameter from other region?
The function would use AWS SDK to query your SSM in different region and return to your stack for further use.
Read more >Drill from Region to State Using Parameter Actions in Tableau
In this video you will learn to drill from a Region to State using parameter actions in Tableau. You'll also learn an easy...
Read more >get-parameter — AWS CLI 2.9.10 Command Reference
A JMESPath query to use in filtering the response data. --profile (string). Use a specific profile from your credential file. --region (string).
Read more >Use parameters to ask for input when running a query
To make a query in Access desktop databases ask for criteria when you run it, create a parameter query. This allows you to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Let’s take region only from
GET
to avoid thinking about complex edge cases for MVPFixed #297