riff-raff.yaml (23 lines of code) (raw):
stacks: [support]
regions: [eu-west-1]
deployments:
support-reminders-cloudformation:
type: cloud-formation
app: support-reminders
parameters:
templateStagePaths:
CODE: SupportReminders-CODE.template.json
PROD: SupportReminders-PROD.template.json
support-reminders:
type: aws-lambda
parameters:
prefixStack: false
bucketSsmLookup: true
fileName: support-reminders.zip
functionNames:
- support-reminders-create-reminder-signup-
- support-reminders-cancel-reminders-
- support-reminders-reactivate-recurring-reminder-
- support-reminders-next-reminders-
- support-reminders-signup-exports-
dependencies: [ support-reminders-cloudformation ]