Closed wbreza closed 5 years ago
Adds new ApimPolicyBuilder which allows to parse existing policies and build new policies based on serverless yaml configuration.
ApimPolicyBuilder
Run unit tests via npm run test
npm run test
Note: Run npm run test:ci to run all validation checks on proposed changes
npm run test:ci
npm run lint
npm run lint:fix
npm test
Is this ready for review?: YES Is it a breaking change?: NO
great refactor. some gnarly config...
What did you implement:
How did you implement it:
Adds new
ApimPolicyBuilder
which allows to parse existing policies and build new policies based on serverless yaml configuration.How can we verify it:
Run unit tests via
npm run test
Todos:
Note: Run
npm run test:ci
to run all validation checks on proposed changesValidate via
npm run lint
Note: Some reported issues can be automatically fixed by running
npm run lint:fix
Validate via
npm test
Is this ready for review?: YES
Is it a breaking change?: NO