15 lines
177 B
YAML

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