manwaring/serverless-plugin-iam-checker

config in sls yml doesn't work if imported from another file

manwaring opened this issue · 0 comments

commented out doesn't work - values not getting set

  # iamChecker: ${self:custom.config.iamChecker}
  iamChecker:
    actions:
      allowWildcardOnly: true
      allowWildcards: true
      allowedPatterns: []
    resources:
      allowWildcardOnly: true
      allowedPatterns: []
      allowedReferences: []