is it possible to connect to AWS dynamo DB without Lambda from Apigee edge?

Hi,

is it possible to connect to AWS dynamo DB without Lambda from Apigee edge?

My use case is from Apigee, i need to query the table in AWS dynamo db and return the response to the client.

Thanks in Advance!

Regards,

Murugan

0 1 185
1 REPLY 1

Not applicable

Amazon has low-level rest apis to work on AWS dynamoDB. You can use those from apigee. you can use java callout to interact with dynamoDB.