cdklabs / cdk-verified-permissions

Amazon Verified Permissions L2 CDK Constructs
Apache License 2.0
18 stars 2 forks source link

feat: Api-gateway connected policy store #146

Closed Swolebrain closed 4 months ago

Swolebrain commented 4 months ago

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.