WorkingFromHome/ClientConnection/src/main/java/com/ilmlf/clientconnection/AdConnectorConstruct.java [119:131]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            FunctionProps.builder()
                .runtime(Runtime.JAVA_11)
                .code(
                    Code.fromAsset(
                        "./AdConnectorCustomResource",
                        AssetOptions.builder()
                            .assetHashType(AssetHashType.CUSTOM)
                            .assetHash(hashDirectory("./AdConnectorCustomResource/src", false))
                            .bundling(
                                builderOptions
                                    .command(adConnectorCustomResourcePackagingInstructions)
                                    .build())
                            .build()))
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



WorkingFromHome/ClientConnection/src/main/java/com/ilmlf/clientconnection/AdConnectorConstruct.java [182:194]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            FunctionProps.builder()
                .runtime(Runtime.JAVA_11)
                .code(
                    Code.fromAsset(
                        "./AdConnectorCustomResource",
                        AssetOptions.builder()
                            .assetHashType(AssetHashType.CUSTOM)
                            .assetHash(hashDirectory("./AdConnectorCustomResource/src", false))
                            .bundling(
                                builderOptions
                                    .command(adConnectorCustomResourcePackagingInstructions)
                                    .build())
                            .build()))
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



