Find answers, ask questions, and connect with our
community around the world.

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

  • reigota

    Member
    February 17, 2021 at 1:47 am

    “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

  • Carlo-TutorialsDojo

    Administrator
    February 22, 2021 at 11:13 am

    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

  • reigota

    Member
    March 5, 2021 at 2:48 am

    Thanks a lot!

    I’ve already taken the exam and cleared!

    • Carlo-TutorialsDojo

      Administrator
      March 6, 2021 at 2:44 am

      Great work! Congratulations on passing the exam. Grinning

Viewing 1 - 3 of 3 replies

Log in to reply.

Original Post
0 of 0 posts June 2018
Now