1

I'm trying to implement AWS Secrets Manager on a scala project, has anyone tried it?

whiteskull
  • 57
  • 5
  • 1
    Are you building a fat jar? https://stackoverflow.com/questions/28459333/how-to-build-an-uber-jar-fat-jar-using-sbt-within-intellij-idea – Michael Curtis Oct 01 '19 at 18:50
  • 1
    yeah its a fat jar – whiteskull Oct 01 '19 at 20:00
  • 1
    Can you update with your full build.sbt file and the command you are using to build the jar? – Michael Curtis Oct 01 '19 at 20:06
  • i'm using sbt assembly to build the jar – whiteskull Oct 01 '19 at 20:20
  • can you use the AWS Java SDK to call secretsmanager? - This example uses AWS SDK for Java to create a Scala application to write data in Amazon Kinesis Firehose, https://aws.amazon.com/blogs/developer/tag/scala/ – committedandroider Oct 05 '19 at 17:42
  • @MichaelCurtis fat jar is an interesting name lol. But anyways aren't all jars fat jars using this definition - "also known as a fat JAR or JAR with dependencies—is a JAR file that contains not only a Java program, but embeds its dependencies as well" because you need the dependencies to run the java program – committedandroider Oct 05 '19 at 17:45

0 Answers0