forbidden-rest-api-flags.cjs
module.exports = {
rules: {
'forbidden-rest-api-flags': {
meta: {
'type': 'problem',
docs: {
description: 'Dissallow the use of certain flags on rest api objects as they mess up other deployed rest apis in the same AWS account',
category: 'Best Practices',