André Jordaan
04/13/2022, 11:01 AM@op(required_resource_keys={'secrets'})
def example_secretsmanager_secrets_op(context):
return context.resources.secrets.get("my-secret-name")
I’d just like to clarify whether this is the name of the secret as specified within AWS Secret Manager?"add_to_environment": True
. There are no auth errors from boto, either, so I’m unsure whether it’s not finding the secret or whether I may be missing additional config.