JSPM

  • Created
  • Published
  • Downloads 361
  • Score
    100M100P100Q31176F
  • License Apache-2.0

Schema definition for the Asset Manifest

Package Exports

  • @aws-cdk/cdk-assets-schema

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@aws-cdk/cdk-assets-schema) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

cdk-assets-schema


Stability: Stable


This module contains the schema definitions for the Asset Manifest.

We expose them via JSII so that they are checked for backwards compatibility by the jsii-diff tool; routines exist in validate.ts which will return them, so that the structs can only be strengthened (i.e., existing fields may not be removed or made optional).