Skip to content

This Scala 3 library provides a helper to access variables stored in AWS SecretsManager.

License

Notifications You must be signed in to change notification settings

encalmo/scala-aws-secrets

Repository files navigation

GitHub Maven Central Version Scaladoc

scala-aws-secrets

This Scala 3 library provides a helper to access variables stored in AWS SecretsManager.

Table of contents

Dependencies

Usage

Use with SBT

libraryDependencies += "org.encalmo" %% "scala-aws-secrets" % "0.9.0"

or with SCALA-CLI

//> using dep org.encalmo::scala-aws-secrets:0.9.0

Examples

Project content

├── .github
│   └── workflows
│       ├── pages.yaml
│       ├── release.yaml
│       └── test.yaml
│
├── .gitignore
├── .scalafmt.conf
├── LambdaSecrets.scala
├── LambdaSecrets.test.scala
├── LICENSE
├── project.scala
├── README.md
└── test.sh