2020-09-09 11:17:21 +02:00

15 lines
177 B
YAML

service: aws-nodejs
configValidationMode: error
provider:
name: aws
runtime: nodejs12.x
functions:
hello:
handler: handler.hello
package:
artifact: artifact.zip