Skip to content

Commit

Permalink
Fix SAM paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mmajis committed Mar 9, 2018
1 parent cd50f90 commit f3b22f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Empty file modified sam-deploy.sh
100644 → 100755
Empty file.
12 changes: 6 additions & 6 deletions sam-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Resources:
GetResource:
Type: Api
Properties:
Path: png/{proxy+}
Path: /png/{encodedUml}
Method: get

ImgFunction:
Expand All @@ -35,7 +35,7 @@ Resources:
GetResource:
Type: Api
Properties:
Path: img/{proxy+}
Path: /img/{encodedUml}
Method: get

SvgFunction:
Expand All @@ -49,7 +49,7 @@ Resources:
GetResource:
Type: Api
Properties:
Path: svg/{proxy+}
Path: /svg/{encodedUml}
Method: get

TxtFunction:
Expand All @@ -63,7 +63,7 @@ Resources:
GetResource:
Type: Api
Properties:
Path: txt/{proxy+}
Path: /txt/{encodedUml}
Method: get

MapFunction:
Expand All @@ -77,7 +77,7 @@ Resources:
GetResource:
Type: Api
Properties:
Path: map/{proxy+}
Path: /map/{encodedUml}
Method: get

SyntaxFunction:
Expand All @@ -91,5 +91,5 @@ Resources:
GetResource:
Type: Api
Properties:
Path: check/{proxy+}
Path: /check/{encodedUml}
Method: get

0 comments on commit f3b22f0

Please sign in to comment.