mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
13 lines
164 B
YAML
13 lines
164 B
YAML
service: service
|
|
|
|
configValidationMode: error
|
|
frameworkVersion: '*'
|
|
|
|
provider:
|
|
name: aws
|
|
runtime: python3.11
|
|
|
|
functions:
|
|
function:
|
|
handler: handler.hello
|