serverless / serverless-azure-functions

Serverless Azure Functions Plugin – Add Azure Functions support to the Serverless Framework
MIT License
267 stars 162 forks source link

feat: Refactored APIM policies into reusable builder component #387

Closed wbreza closed 5 years ago

wbreza commented 5 years ago

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 changes

Is this ready for review?: YES
Is it a breaking change?: NO

pjlittle commented 5 years ago

great refactor. some gnarly config...