Open
Description
Describe the feature
Request: Escape hatches: Go Lang Support
I could not find any Go language samples in the documentation below.
https://docs.aws.amazon.com/cdk/v2/guide/cfn_layer.html
Additionally, I found the following comments at the workshop.
CDK has a concept called the [escape hatch ](https://docs.aws.amazon.com/cdk/latest/guide/cfn_layer.html)
, which allows you to modify an L2 construct's underlying CFN Resource to access features that are supported by CloudFormation but not yet supported by CDK. Unfortunately, CDK for Go does not yet support this functionality, so we have to create the resource through the L1 construct. See [this GitHub issue ](https://github.com/aws/jsii/issues/2819)
for more information and to follow progress on support for CDK escape hatches in Go.
Use Case
For Customize L2/L3 Constructs in Go Lang.
Proposed Solution
No response
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
CDK version used
2.162.1
Environment details (OS name and version, etc.)
Cloud9AmazonLinux2023-2024-10-21T21-56