Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(toolkit): Produce an Asset manifest document #951

Closed
wants to merge 1 commit into from

Commits on Oct 17, 2018

  1. feat(toolkit): Produce an Asset manifest document

    Consumes the metadata produced by `Asset`s into the `SynthesizedStack`s,
    and builds an asset manifest document and "internalizes" the supporting files.
    The supporting files are de-duplicated using a `sha-256`, so that the same
    file(s) referenced from multiple assets or stacks will be presented only once in
    the output.
    
    The asset document maps an asset logical ID to the "internalized" file(s) base
    path in the output directory, the construct path where the metadata was created,
    and the output parameters specified by the asset (currently always an S3
    bucket and key).
    RomainMuller committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    d8bf1e6 View commit details
    Browse the repository at this point in the history