Describe the feature
Add support for creating function URLs through AWS CDK Lambda module: https://docs.aws.amazon.com/lambda/latest/dg/urls-configuration.html#urls-cfn
Use Case
Need an easy way to create Function URLs.
Proposed Solution
FunctionUrl should be added as a new resource under lambda module
- A helper method of
addUrl or configureUrl should be added to the Function
- A configuration for function urls in the props to
Function should be added to create URL at the time of creating Function
Other Information
No response
Acknowledgements
CDK version used
2.x
Environment details (OS name and version, etc.)
All
Describe the feature
Add support for creating function URLs through AWS CDK Lambda module: https://docs.aws.amazon.com/lambda/latest/dg/urls-configuration.html#urls-cfn
Use Case
Need an easy way to create Function URLs.
Proposed Solution
FunctionUrlshould be added as a new resource under lambda moduleaddUrlorconfigureUrlshould be added to theFunctionFunctionshould be added to create URL at the time of creatingFunctionOther Information
No response
Acknowledgements
CDK version used
2.x
Environment details (OS name and version, etc.)
All