samueleresca commented on code in PR #648:
URL: https://github.com/apache/pekko-connectors/pull/648#discussion_r1606097348


##########
build.sbt:
##########
@@ -128,7 +129,13 @@ lazy val amqp = pekkoConnectorProject("amqp", "amqp", 
Dependencies.Amqp)
 lazy val avroparquet =
   pekkoConnectorProject("avroparquet", "avroparquet", Dependencies.AvroParquet)
 
-lazy val awslambda = pekkoConnectorProject("awslambda", "aws.lambda", 
Dependencies.AwsLambda)
+lazy val awsSpiPekkoHttp =
+  pekkoConnectorProject("aws-spi-pekko-http", "aws.api.pekko.http", 
Dependencies.AwsSpiPekkoHttp)
+    .configs(IntegrationTest)
+    .settings(Defaults.itSettings)
+
+lazy val awslambda = pekkoConnectorProject("awslambda", "aws.api.pekko.http", 
Dependencies.AwsLambda)

Review Comment:
   Is the moduleName correct? Shoudln't be:
   
   `pekkoConnectorProject("awslambda", "aws.lambda", Dependencies.AwsLambda)`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to