PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, February 11, 2022

[FIXED] dynamodb tutorial

 February 11, 2022     amazon-dynamodb, amazon-ec2, lamp, sdk     No comments   

Issue

Can anyone recommend a good soup to nut tutorial on how to set up an environment on an Amazon EC2 environment where I can test and play around with dynamoDB?

I want to start with vanilla 64 bit Amazon EC2 ami table already setup in dynamo DB with no data imported

I want to end up with: A fully configured LAMP Environment on the 64bit Amazon EC2 SDK installed and configured able to read and write to/from the DynamomDB table

I have tried to follow the steps to set up the SDK and I am getting nowhere, and there is no explanation for the errors I am getting. I feel like I am chasing my tail from one tutorial to another and google is not my friend tonight, hopefully stackoverflow will come through again. Thanks again for you help in advance keeping me from becoming mr. furious.


Solution

To start, I suggest making a simple app that uses DynamoDB from your desktop using the Java AWS SDK (http://aws.amazon.com/sdkforjava/). The SDK has some simple examples for access DynamoDB (https://github.com/amazonwebservices/aws-sdk-for-java/tree/master/src/samples/AmazonDynamoDB).

Then once you get your app the way you want you can start an EC2 instance and work on deploying your app to it. There really isn't anything special required to get an EC2 instance to access DynamoDB.



Answered By - jzonthemtn
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing