Skip to content

Instantly share code, notes, and snippets.

@Rexben001
Created February 10, 2021 21:36
API Gateway
service: clientos
provider:
name: aws
runtime: nodejs12.x
functions:
getOsInfo:
handler: handler.getOsInfo
events:
- http:
path: client/os
method: get
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment