ITV / chuckwagon

a Scala/sbt AWS Lambda Toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chuckCopyConfigBuilder.withNames uses same configuration for all lambdas

caoilte opened this issue · comments

chuckPublishConfig := chuckCopyConfigBuilder
          .withNames("myFirstLambda", "myOtherLambda")

would currently apply the source myFirstLambda to both the copied myFirstLambda and myOtherLambda Lambdas.

This was an oversight and should be a simple fix.