Skip to content

feat(custom-resources): restrict output of AwsCustomResource to list of paths#14041

Merged
mergify[bot] merged 13 commits intoaws:masterfrom
jogold:cr-output-paths
May 19, 2021
Merged

feat(custom-resources): restrict output of AwsCustomResource to list of paths#14041
mergify[bot] merged 13 commits intoaws:masterfrom
jogold:cr-output-paths

Conversation

@jogold
Copy link
Copy Markdown
Contributor

@jogold jogold commented Apr 8, 2021

It was already possible to restrict to a single path. Add option to
restrict to multiple paths and deprecate the single path option.

Also document this option in the README.

See #2825 (comment)


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

…of paths

It was already possible to restrict to a single path. Add option to
restrict to multiple paths and deprecate the single path option.

Also document this option.

See aws#2825 (comment)
@gitpod-io
Copy link
Copy Markdown

gitpod-io bot commented Apr 8, 2021

@github-actions github-actions bot added the @aws-cdk/custom-resources Related to AWS CDK Custom Resources label Apr 8, 2021
rix0rrr
rix0rrr previously approved these changes Apr 22, 2021
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Apr 22, 2021

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot dismissed rix0rrr’s stale review April 22, 2021 19:02

Pull request has been modified.

@jogold
Copy link
Copy Markdown
Contributor Author

jogold commented Apr 22, 2021

@rix0rrr resolved the merge conflict, can you re-approve? thx.

@gitpod-io
Copy link
Copy Markdown

gitpod-io bot commented May 5, 2021

@jogold
Copy link
Copy Markdown
Contributor Author

jogold commented May 12, 2021

@rix0rrr?

@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented May 19, 2021

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@aws-cdk-automation
Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: 310473d
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify mergify bot merged commit 773ca8c into aws:master May 19, 2021
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented May 19, 2021

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

hollanddd pushed a commit to hollanddd/aws-cdk that referenced this pull request Aug 26, 2021
…of paths (aws#14041)

It was already possible to restrict to a single path. Add option to
restrict to multiple paths and deprecate the single path option.

Also document this option in the README.

See aws#2825 (comment)


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
mergify bot pushed a commit that referenced this pull request Nov 28, 2022
fixes #22059

follows precedent set in #14041

also added filtering to assertAtPath to reduce duplication and reduce the chance of hitting the error for developers using the library

also added test for assertAtPath

----

### All Submissions:

* [x] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md)

### Adding new Unconventional Dependencies:

* [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-new-unconventional-dependencies)

### New Features

* [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/main/INTEGRATION_TESTS.md)?
	* [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)?

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
brennanho pushed a commit to brennanho/aws-cdk that referenced this pull request Dec 9, 2022
fixes aws#22059

follows precedent set in aws#14041

also added filtering to assertAtPath to reduce duplication and reduce the chance of hitting the error for developers using the library

also added test for assertAtPath

----

### All Submissions:

* [x] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md)

### Adding new Unconventional Dependencies:

* [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-new-unconventional-dependencies)

### New Features

* [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/main/INTEGRATION_TESTS.md)?
	* [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)?

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
brennanho pushed a commit to brennanho/aws-cdk that referenced this pull request Jan 20, 2023
fixes aws#22059

follows precedent set in aws#14041

also added filtering to assertAtPath to reduce duplication and reduce the chance of hitting the error for developers using the library

also added test for assertAtPath

----

### All Submissions:

* [x] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md)

### Adding new Unconventional Dependencies:

* [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-new-unconventional-dependencies)

### New Features

* [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/main/INTEGRATION_TESTS.md)?
	* [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)?

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
brennanho pushed a commit to brennanho/aws-cdk that referenced this pull request Feb 22, 2023
fixes aws#22059

follows precedent set in aws#14041

also added filtering to assertAtPath to reduce duplication and reduce the chance of hitting the error for developers using the library

also added test for assertAtPath

----

### All Submissions:

* [x] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md)

### Adding new Unconventional Dependencies:

* [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-new-unconventional-dependencies)

### New Features

* [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/main/INTEGRATION_TESTS.md)?
	* [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)?

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

@aws-cdk/custom-resources Related to AWS CDK Custom Resources

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants