1 Answer
- Newest
- Most votes
- Most comments
1
You can think of DynamoDB as a web service, as long as you have permissions to access it you will be able to do so over the internet. For that reason, I would first look at the IAM permissions needed to interact with DynamoDB.
For example, lets say you interact with DynamoDB via API Gateway -> AWS Lambda -> DynamoDB
, in this case you would need to ensure the Lambda has permissions to read/write to DynamoDB.
Relevant content
- Accepted Answerasked 5 months ago
- asked a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 years ago