-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Conversation
Title does not follow the guidelines of Conventional Commits. Please adjust title before merge. |
6698295
to
da405fa
Compare
da405fa
to
802ca23
Compare
…ceProvider construct
802ca23
to
275738c
Compare
description
parameter in the CustomResourceProvider
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 CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
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). |
…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*
… 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*
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