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(cloudformation): add option to restrict data returned by AwsCustomResource #2859

Merged
merged 1 commit into from
Jun 13, 2019

Commits on Jun 13, 2019

  1. feat(cloudformation): add option to restrict data returned AwsCustomR…

    …esource
    
    Specifying `outputPath` allows to restrict the data returned by the custom resource to a specific
    path in the API response. This can be used to limit the data returned by the custom resource if
    working with API calls that could potentially result in custom respone objects exceeding the hard
    limit of 4096 bytes.
    
    Closes aws#2825
    jogold committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    0aa35e0 View commit details
    Browse the repository at this point in the history