Skip to content

jerevnp/sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Query params don't work with LambdaFunctionUrlResolver

To reproduce:

docker build --provenance=false -t bug:0.0.1 .
docker run -i -p 8080:8080 bug:0.0.1
curl -XPOST "http://localhost:8080/2015-03-31/functions/function/invocations" --data "@request.json"

Observe that the response is

{
    "completed": null
}

even though the query string parameter is supplied in the request.

To develop locally:

pipenv install
pipenv run python reproduce.py < request.json

About

Sandbox repo for all miscellaneous stuff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published