https://aws.amazon.com/polly/ When developing a new application or integrating an existing one into a new environment, user authentication and authorization require significant effort to be correctly implemented. In the past, you would have built your own authentication system, but today you can use an external identity provider like https://aws.amazon.com/cognito/.

Amazon Verified Permissions centralizes permissions in a policy store and helps developers use those permissions to authorize user actions within their applications.

In my application, I have Users (principals) that can create, read, update, and delete Documents (resources).

Adding Permissions to the Policy Store Now that the policy store has been created, I choose Policies in the navigation pane.

Related Articles