https://kotlinlang.org logo
#kotless
Title
# kotless
m

Mattlangsenkamp

10/05/2020, 12:38 AM
I am trying to give my kotless application access to secrets manager in the same way I do with dynamo as such:
@DynamoDBTable(tableName, PermissionLevel.ReadWrite)
however there does not appear to be a annotation for secrets manager in the io.kotless.dsl.lang namespace. Is there a way around this?
m

Mattlangsenkamp

10/05/2020, 3:04 PM
is SSM for sectets manager or system manager?
I switched to using SSM instead of secrets manager. It still is not working. Why does the annotation ask that i specify a prefix when parameters only have a name identifier?
t

TanVD

10/06/2020, 9:22 PM
Parameters has path as identifier and annotation expects prefix of this path :)
16 Views