1.0.3 • Published 8 months ago

cedar-to-string v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

cedar-to-string

cedar-to-string allows to import cedar files as string to your Verified Permission Policy.

This plugin is currently working only for Static Policies


Install

npm i --save-dev cedar-to-string

In serverless.yml file:

plugins:
  - cedar-to-string

Usage

You have to include FilePath: ./path_th_cedar_file object inside the Static Statement, e.g.:

ExamplePolicy:
  Type: AWS::VerifiedPermissions::Policy
  Properties:
  Definition:
    Static:
    Description: Example Policy
    Statement:
      FilePath: ./amazon_verified_permissions/policies/example.cedar
1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago