Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integration/resources/code/swagger1.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"info": {
"description": "Your first API with Amazon API Gateway. This is a sample API that integrates via HTTP with our demo Pet Store endpoints",
"title": "PetStore"
"title": "sam-integ-PetStore"
},
"paths": {
"/": {
Expand Down
2 changes: 1 addition & 1 deletion integration/resources/code/swagger2.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"info": {
"description": "Your first API with Amazon API Gateway. This is a sample API that integrates via HTTP with our demo Pet Store endpoints",
"title": "PetStore"
"title": "sam-integ-PetStore"
},
"paths": {
"/": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Resources:
swagger: '2.0'
info:
version: '2016-09-23T22:23:23Z'
title: Simple Api
title: sam-integ-Simple-Api
schemes:
- https
paths:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Resources:
swagger: '2.0'
info:
version: '2016-09-23T22:23:23Z'
title: Simple Api
title: sam-integ-Simple-Api
basePath: /demo
schemes:
- https
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Resources:
openapi: 3.0.1
info:
version: '2016-09-23T22:23:23Z'
title: Simple Api
title: sam-integ-Simple-Api
basePath: /none
schemes:
- https
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Resources:
swagger: '2.0'
info:
version: '2016-09-23T22:23:23Z'
title: Simple Api 1
title: sam-integ-Simple-Api-1
basePath: /demo
schemes:
- https
Expand Down Expand Up @@ -59,7 +59,7 @@ Resources:
openapi: 3.0.1
info:
version: '2016-09-23T22:23:23Z'
title: Simple Api 2
title: sam-integ-Simple-Api-2
basePath: /demo
schemes:
- https
Expand Down Expand Up @@ -90,7 +90,7 @@ Resources:
openapi: 3.0.1
info:
version: '2016-09-23T22:23:23Z'
title: Simple Api 3
title: sam-integ-Simple-Api-3
basePath: /demo
schemes:
- https
Expand Down Expand Up @@ -121,7 +121,7 @@ Resources:
openapi: 3.0.1
info:
version: '2016-09-23T22:23:23Z'
title: Simple Api 4
title: sam-integ-Simple-Api-4
basePath: /demo
schemes:
- https
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Resources:
openapi: '3.0'
info:
version: '2016-09-23T22:23:23Z'
title: Simple Api
title: sam-integ-Simple-Api
basePath: /demo
schemes:
- https
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Resources:
swagger: '2.0'
info:
version: '2016-09-23T22:23:23Z'
title: Simple Api
title: sam-integ-Simple-Api
basePath: /demo
schemes:
- https
Expand Down