Skip to content

Feature request: Function to retrieve mutli-value query string parameters #3845

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
2 tasks done
TonySherman opened this issue Feb 24, 2024 · 2 comments
Closed
2 tasks done
Assignees
Labels
feature-request feature request

Comments

@TonySherman
Copy link
Contributor

Use case

The Rest API resolver provides a utility function to retrieve query string parameters by name(app.current_event.get_query_string_value). It would be nice to have a similar function for multi-value query string parameters.

Solution/User Experience

Very similar UX to the app.current_event.get_query_string_value function:

get_multi_value_query_string_values(name='param', default_values=['value_1', 'value_2'])

Alternative solutions

No response

Acknowledgment

@TonySherman TonySherman added feature-request feature request triage Pending triage from maintainers labels Feb 24, 2024
@heitorlessa heitorlessa removed the triage Pending triage from maintainers label Feb 26, 2024
@heitorlessa heitorlessa self-assigned this Feb 26, 2024
@heitorlessa heitorlessa moved this from Triage to Working on it in Powertools for AWS Lambda (Python) Feb 26, 2024
@heitorlessa heitorlessa added the pending-release Fix or implementation already in dev waiting to be released label Feb 26, 2024
@heitorlessa heitorlessa moved this from Working on it to Shipped in Powertools for AWS Lambda (Python) Feb 26, 2024
@github-project-automation github-project-automation bot moved this from Shipped to Coming soon in Powertools for AWS Lambda (Python) Feb 26, 2024
Copy link
Contributor

⚠️COMMENT VISIBILITY WARNING⚠️

This issue is now closed. Please be mindful that future comments are hard for our team to see.

If you need more assistance, please either tag a team member or open a new issue that references this one.

If you wish to keep having a conversation with other community members under this issue feel free to do so.

Copy link
Contributor

This is now released under 2.34.2 version!

@github-actions github-actions bot removed the pending-release Fix or implementation already in dev waiting to be released label Feb 26, 2024
@leandrodamascena leandrodamascena moved this from Coming soon to Shipped in Powertools for AWS Lambda (Python) Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request feature request
Projects
Status: Shipped
Development

No branches or pull requests

2 participants