Skip to content

Instantly share code, notes, and snippets.

@gregtyler
Created July 3, 2023 14:43
Show Gist options
  • Save gregtyler/591c0e6ff9ffdf8e1fb03aee7bd2260d to your computer and use it in GitHub Desktop.
Save gregtyler/591c0e6ff9ffdf8e1fb03aee7bd2260d to your computer and use it in GitHub Desktop.
Setting up AWS API Gateway with a mock integration response
x-amazon-apigateway-integration:
type: "mock"
responses:
default:
statusCode: "200"
responseTemplates:
application/json: "{\"ok\":true}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment