Skip to content

Instantly share code, notes, and snippets.

@andresmijares
Created April 28, 2019 00:16
Show Gist options
  • Save andresmijares/ff4861f4e9e26dc03c88b4d743b60d9b to your computer and use it in GitHub Desktop.
Save andresmijares/ff4861f4e9e26dc03c88b4d743b60d9b to your computer and use it in GitHub Desktop.
firebaseCustomTokenServerless.yml
service: firebase-custom-token
plugins:
- serverless-pseudo-parameters
provider:
name: aws
runtime: nodejs8.10
functions:
auth:
handler: firebaseCustomTokenLambda.handler
events:
- http:
path: /auth
method: post
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment