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(core): description parameter in the CustomResourceProvider #13275

Merged
merged 2 commits into from
Feb 25, 2021

Conversation

robertd
Copy link
Contributor

@robertd robertd commented Feb 25, 2021

Required by #13277 and #13276


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

@gitpod-io
Copy link

gitpod-io bot commented Feb 25, 2021

@github-actions github-actions bot added the @aws-cdk/core Related to core CDK functionality label Feb 25, 2021
@mergify
Copy link
Contributor

mergify bot commented Feb 25, 2021

Title does not follow the guidelines of Conventional Commits. Please adjust title before merge.

@robertd robertd force-pushed the custom-resource-description branch 2 times, most recently from 6698295 to da405fa Compare February 25, 2021 06:42
@robertd robertd changed the title feature(core): Add support for the description parameter in the CustomResourceProvider construct feature(core): add support for description parameter in the CustomResourceProvider construct Feb 25, 2021
@robertd robertd changed the title feature(core): add support for description parameter in the CustomResourceProvider construct feat(core): add support for description parameter in the CustomResourceProvider construct Feb 25, 2021
@rix0rrr rix0rrr changed the title feat(core): add support for description parameter in the CustomResourceProvider construct feat(core): description parameter in the CustomResourceProvider Feb 25, 2021
@rix0rrr rix0rrr changed the title feat(core): description parameter in the CustomResourceProvider feat(core): description parameter in the CustomResourceProvider Feb 25, 2021
@mergify
Copy link
Contributor

mergify bot commented Feb 25, 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
Collaborator

AWS CodeBuild CI Report

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

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

@mergify
Copy link
Contributor

mergify bot commented Feb 25, 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 merged commit 78831cf into aws:master Feb 25, 2021
@robertd robertd deleted the custom-resource-description branch February 25, 2021 14:32
mergify bot pushed a commit that referenced this pull request Feb 25, 2021
…meter for custom resources (#13276)

Integration test in `core` module requires that any custom description parameter integration tests should be done in `cloudformation` module. 

https://github.com/aws/aws-cdk/blob/master/packages/%40aws-cdk/core/test/integration.custom-resources.readme

```
+--------------------------------------------------------------------------+
| Since cdk-integ depends on cdk which depends on @aws-cdk/core (as a "dev |
| dependency"), this integration test has been added to the package        |
| @aws-cdk/aws-cloudformation under `test/integ.core-custom-resources.ts`  |
+--------------------------------------------------------------------------+
```

Depends on #13275

----

*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 Feb 25, 2021
… for better recognition of the s3 auto-delete lambda functions in AWS console (#13277)

When having a huge amount of lambda functions it's always nice to have a populated description for better determining the "prurpose-at-a-glance" of what this function is doing (in case you cannot deduce that information from lambda's name).

Depends on #13275. 

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
This was referenced Mar 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/core Related to core CDK functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants