1.0.5 • Published 1 year ago

cedar-to-string v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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.5

1 year ago

1.0.4

1 year ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago