I am trying to give my kotless application access ...
# kotless
m
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
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
Parameters has path as identifier and annotation expects prefix of this path :)