The module currently has 2 problems that prevent it from being correctly built by the [`@aws-cdk-lib` package](https://github.com/aws/aws-cdk/tree/v2-main/packages/%40aws-cdk-lib): * [x] [Mocking the hard-coded `@aws-cdk/aws-lambda` module](https://github.com/aws/aws-cdk/blob/aa1d229ddfa15d6229befa7ba37944feba1a5571/packages/%40aws-cdk/aws-lambda-go/test/bundling.test.ts#L9-L9) * [x] [Hard-coding the `@aws-cdk/aws-lambda-go` module in some assertions](https://github.com/aws/aws-cdk/blob/aa1d229ddfa15d6229befa7ba37944feba1a5571/packages/%40aws-cdk/aws-lambda-go/test/function.test.ts#L34-L34) These need to be fixed, and the package added to the build of `@aws-cdk-lib` (by removing [this exclusion](https://github.com/aws/aws-cdk/blob/a2e95e97fc775d061b405fdb932ffda269084357/packages/%40aws-cdk/aws-lambda-go/package.json#L106)).