Edison Liang

Results 2 issues of Edison Liang

### Description I want to create a request authorizer which performs authentication if Authorization is existed in header. However, when i try to run sam deploy, it occured an error....

type/bug
area/resource/api
maintainer/need-followup

#### Example in js ``` javascript $( "#cart" ).html( "" ); ``` in test ``` ruby assert_select_jquery :html, '#cart' do # some codes end ``` result in ``` No JQuery...