Skip to content

Instantly share code, notes, and snippets.

View leskaa's full-sized avatar
🔎
Looking for new opportunities

Alex Leska leskaa

🔎
Looking for new opportunities
View GitHub Profile

Keybase proof

I hereby claim:

  • I am leskaa on github.
  • I am alexleska (https://keybase.io/alexleska) on keybase.
  • I have a public key ASCSSZBs1lsL99j1XwcI85SlsntUwFG2Ph55yTZuc0h-Ggo

To claim this, I am signing this object:

aws dynamodb create-table \
--table-name Greeting \
--attribute-definitions \
AttributeName=id,AttributeType=S \
--key-schema AttributeName=id,KeyType=HASH \
--provisioned-throughput ReadCapacityUnits=1,WriteCapacityUnits=1 \
--endpoint-url http://localhost:8000/
aws dynamodb scan \
--table-name Greeting \