Skip to content

Instantly share code, notes, and snippets.

@joawan
Last active September 15, 2021 08:38
Show Gist options
  • Save joawan/18e038c94a0e6eac17647b7185c6c3f2 to your computer and use it in GitHub Desktop.
Save joawan/18e038c94a0e6eac17647b7185c6c3f2 to your computer and use it in GitHub Desktop.
Serverless file, inital
service: sls-oncall
provider:
name: aws
runtime: nodejs14.x
stage: ${opt:stage, 'dev'}
region: ${opt:region, 'eu-west-1'}
timeout: 10
memorySize: 256
logRetentionInDays: 14
functions:
bot:
handler: handler.handler
events:
- http:
path: bot
method: post
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment