famous05 / aws_dynamodb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws_dynamodb

  1. Compile and run create_table.cpp to create AWS DynamoDB table 'Teams'

    create_table eu-west-1

  2. Compile and run put_item.cpp

    put_item Teams 0 Champion=false Country=Germany League=Bundesliga Name=Bayern Rating=0.98

    Run more times to POST more items to database

  3. Compile and run get_item.cpp

    get_item Teams 0

    to get Team with id = 0

  4. You can also access items in the database using the AWS API Gateway link below

    GET API web link: https://hrxbtdokf0.execute-api.eu-west-1.amazonaws.com/prod/get-team?id=0

About

License:GNU General Public License v3.0


Languages

Language:C++ 78.6%Language:Makefile 13.0%Language:Python 8.3%