UNPKG

sls-helper-plugin-janis

Version:

A Serverless Helper plugin to add custom helpers for Janis Commerce

17 lines (15 loc) 218 B
'use strict'; module.exports.defaultTags = [ { Key: 'Owner', Value: 'Janis' }, { Key: 'Microservice', Value: '${self:custom.serviceName}' }, { Key: 'Stack', Value: '${param:humanReadableStage}' } ];