serverless
Version:
Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more
18 lines (13 loc) • 336 B
YAML
service: service
configValidationMode: error
# VPC and EFS configuration is added dynamically during test run
# Because it has to be provisioned separately via CloudFormation stack
provider:
name: aws
runtime: nodejs12.x
versionFunctions: false
functions:
writer:
handler: core.writer
reader:
handler: core.reader