Need a complete example for DynamoDB with php

前端 未结 3 1268
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-25 08:27

I want to write service in php where -

1) DynamoDB will have table t with two columns key and val

2) I will check if some key exists in table t or not.

3条回答
  •  情话喂你
    2020-12-25 09:09

    You can Follow Example : http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/GSILowLevelPHP.Example.html

    or you can also follow the guidelines :

    http://docs.aws.amazon.com/aws-sdk-php/latest/class-Aws.DynamoDb.DynamoDbClient.html

    It hepled me alot

提交回复
热议问题