handlers/discount-api/riff-raff.yaml (24 lines of code) (raw):

stacks: - support regions: - eu-west-1 allowedStages: - CODE - PROD deployments: discount-api-cloudformation: type: cloud-formation app: discount-api parameters: templateStagePaths: CODE: discount-api-CODE.template.json PROD: discount-api-PROD.template.json discount-api: type: aws-lambda parameters: fileName: discount-api.zip bucketSsmLookup: true prefixStack: false functionNames: - discount-api- dependencies: [discount-api-cloudformation]