Skip to content

Instantly share code, notes, and snippets.

@calvernaz
Created March 28, 2022 21:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save calvernaz/1bd00e7568b6f86dcb5f7e7e4ad56672 to your computer and use it in GitHub Desktop.
Save calvernaz/1bd00e7568b6f86dcb5f7e7e4ad56672 to your computer and use it in GitHub Desktop.
openapi
openapi: "3.0.1"
info:
title: "base64-cesar"
version: "2022-03-17 09:06:51UTC"
servers:
- url: "https://2vwcgj5k67.execute-api.eu-west-1.amazonaws.com/{basePath}"
variables:
basePath:
default: ""
paths:
/call:
post:
responses:
default:
description: "Default response for POST /call"
x-amazon-apigateway-integration:
payloadFormatVersion: "2.0"
type: "aws_proxy"
httpMethod: "POST"
uri: "arn:aws:apigateway:eu-west-1:lambda:path/2015-03-31/functions/arn:aws:lambda:eu-west-1:659676821118:function:lambda/invocations"
connectionType: "INTERNET"
x-amazon-apigateway-importexport-version: "1.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment