Brings to the L2 Constructs the functionality available in the console, in order to allow people to better transition from console proof-of-concepts to production-ready solutions.
Please let me know where the best place to add a README with examples would be.
I tested this e2e by deploying the stack that I built in the tests and then using APIGW to test the authorizer e2e.
A future PR will include functionality to build an APIConnectedPolicyStore from a swagger file.
I also added a feature customers have been asking for to create a Policy from a file. I plan to enhance this feature with cedar-wasm syntax checking in a future PR.
Brings to the L2 Constructs the functionality available in the console, in order to allow people to better transition from console proof-of-concepts to production-ready solutions.
Please let me know where the best place to add a README with examples would be.
I tested this e2e by deploying the stack that I built in the tests and then using APIGW to test the authorizer e2e.
A future PR will include functionality to build an APIConnectedPolicyStore from a swagger file.
I also added a feature customers have been asking for to create a Policy from a file. I plan to enhance this feature with
cedar-wasm
syntax checking in a future PR.