Closed
Description
Is your feature request related to a problem? Please describe.
There's a cfn-response module to support Lambda-backed AWS CloudFormation custom resources, but it's only available for Node and Python runtimes.
Describe the solution you'd like
A cfn-module equivalent for Java.
Describe alternatives you've considered
Lambda authors must create their own Java equivalent or use a supported runtime.