Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created December 17, 2020 11:42
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 velotiotech/ec416d9b78478b7e9a5945a6dbfaaed9 to your computer and use it in GitHub Desktop.
Save velotiotech/ec416d9b78478b7e9a5945a6dbfaaed9 to your computer and use it in GitHub Desktop.
get factorial lambda serverless.yml
service: get-factorial
provider:
name: aws
runtime: python3.7
functions:
get_factorial:
handler: handler.lambda_handler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment