mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
14 lines
196 B
YAML
14 lines
196 B
YAML
service: service
|
|
|
|
configValidationMode: error
|
|
frameworkVersion: '*'
|
|
|
|
provider:
|
|
name: aws
|
|
runtime: python3.8
|
|
lambdaHashingVersion: 20201221
|
|
|
|
functions:
|
|
function:
|
|
handler: handler.hello
|