[custom-resources] Support function name in AwsCustomResource construct #9771
Labels
@aws-cdk/custom-resources
Related to AWS CDK Custom Resources
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
in-progress
This issue is being actively worked on.
p2
Hello,
As we have hands on the role of the Signleton Lambda created by the AwsCustomResource construct, could it possible to add the functionName ?
Use Case
In the environment of my entreprise, we require naming convention over resources like lambdas, roles, etc.
We can't use the AwsCustomResource at the moment because we don't have hands on the functionName created by the resource.
Proposed Solution
Add an optional parameter which allow to set the functionName when needed.
Other
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: