Skip to content

Commit 765e5c6

Browse files
docs: clarify Verified Permissions uses Cedar engine (#387)
Co-authored-by: Quetzalli <alejandra.olvera.novack@gmail.com>
1 parent ad4c254 commit 765e5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/aws/services/verifiedpermissions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Amazon Verified Permissions is a scalable service for managing fine-grained perm
1212
It helps secure applications by moving authorization logic outside the app and managing policies in one place, using the [Cedar policy language](https://docs.cedarpolicy.com/) to define access rules.
1313
It checks if a principal can take an action on a resource in a specific context in your application.
1414

15-
LocalStack allows you to use the Verified Permissions APIs in your local environment to test your authorization logic, with integrations with other AWS services like Cognito.
15+
LocalStack allows you to use the Verified Permissions APIs in your local environment to test your authorization logic, with integrations with other AWS services like Cognito. LocalStack uses the Cedar engine to evaluate permissions, ensuring authorization testing closely matches AWS Verified Permissions behavior.
1616
The supported APIs are available on our [API Coverage section](#api-coverage), which provides information on the extent of Verified Permissions' integration with LocalStack.
1717

1818
## Getting started

0 commit comments

Comments
 (0)