0

Amazons STS allows to create credentials for DynamoDB. I do know how to create time limited (15min - 1h) crediential keys.

However I was wondering whether it is possible to generate a DynamoDB key which is allowed/limited to insert and update only one key/row/record?

Manuel
  • 9,112
  • 13
  • 70
  • 110

1 Answers1

0

Yes, you can write a policy to restrict access to specific keys via fine-grained access control.

Bob Kinney
  • 8,870
  • 1
  • 27
  • 35