Skip to content

Commit

Permalink
Merge branch 'master' of github.com:marcy-terui/lamvery
Browse files Browse the repository at this point in the history
  • Loading branch information
marcy-terui committed Oct 5, 2016
2 parents cb8fb2d + 62c24db commit 02ac939
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lamvery/actions/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@
from pygments.formatters import TerminalFormatter

DEFAULT_MAPPING_TEMPLATE = '''
## See http://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-mapping-template-reference.html
## This template will pass through all parameters including path, querystring, header, stage variables,
## and context through to the integration endpoint via the body/payload
#set($allParams = $input.params())
{
"body-json" : "$input.json('$')",
"body-json" : $input.json('$'),
"params" : {
#foreach($type in $allParams.keySet())
#set($params = $allParams.get($type))
Expand Down

0 comments on commit 02ac939

Please sign in to comment.