Michael a3edecf0c6
feat(AWS Lambda): Support for Amazon MQ RabbitMQ events (#9919)
Co-authored-by: Michael <michael@Michaels-MacBook-Pro.local>
Co-authored-by: Michael <michael@ip-192-168-158-61.eu-west-1.compute.internal>
2021-10-19 15:10:46 +02:00

19 lines
369 B
YAML

service: service
configValidationMode: error
frameworkVersion: '*'
# VPC and Events configuration is added dynamically during test run
# Because it has to be provisioned separately via CloudFormation stack
provider:
name: aws
runtime: nodejs14.x
versionFunctions: false
functions:
producer:
handler: core.producer
consumer:
handler: core.consumer