Skip to content

Instantly share code, notes, and snippets.

@imflamboyant
Created May 4, 2022 08:58
Show Gist options
  • Save imflamboyant/6c1d797003adff278855e947cc61b8de to your computer and use it in GitHub Desktop.
Save imflamboyant/6c1d797003adff278855e947cc61b8de to your computer and use it in GitHub Desktop.
service: songs-api
frameworkVersion: '3'
plugins:
- serverless-jetpack
provider:
name: aws
runtime: nodejs14.x
region: eu-central-1 # or whatever your region is
functions:
api:
handler: dist/lambda.handler
events:
- http:
method: any
path: /{proxy+}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment