Home › Forums › AWS › AWS Certified Developer Associate › I didn´t understand question and its explanation; about identical query params
-
I didn´t understand question and its explanation; about identical query params
Carlo-TutorialsDojo updated 3 years, 7 months ago 2 Members · 4 Posts -
“A developer is managing an Application Load Balancer that targets a Lambda function. The developer needs to obtain all values of identical query parameters key that is supplied in a request.
How can the developer implement this?”
In what cases this happens? Plus the explanation says that multi-value headers should be enabled in EC2 console…
Isn´t the scenario questioning about ALB and Lambda?
Any help would be really appreciated!
–Adriana
-
Hello Adriana,
Thanks for posting your question. I apologize for the late response.
The multi-value header is useful if you want to include a cookie list within the Cookie header as a part of an HTTP request or if you have to parse query parameters with identical keys but different values. Its use case depends on the type of application that you’re building. Retrieving query parameters with the same key value needs additional work. This feature abstracts those work for you.
ELB is part of the EC2 Console so you have to enable it in the EC2 Console.
I hope this answers your question. Let me know if you have additional queries.
Regards,
Carlo
- This reply was modified 3 years, 7 months ago by Carlo-TutorialsDojo.
- This reply was modified 3 years, 7 months ago by Carlo-TutorialsDojo.
- This reply was modified 3 years, 7 months ago by Carlo-TutorialsDojo.
- This reply was modified 3 years, 7 months ago by Carlo-TutorialsDojo.
-
-
Great work! Congratulations on passing the exam.
-
Log in to reply.