Coder Social home page Coder Social logo

dynamodb-transactions's Introduction

DynamoDB Transaction Implementation

Author: Shashank

This project is an implementation of retrieving user balance and performing user credit and debit transactions using DynamoDB and TypeScript.

Prerequisites

  • TypeScript v5.4
  • Node.js v20.11
  • npm v10.2

Getting Started

  1. Clone the repository:

    git clone <repository-url>
  2. Navigate to the project directory:

    cd dynamodb-transactions
  3. Replace the placeholders for your DynamoDB full access keys in the .env file, along with the region of your DynamoDB.

  4. Install dependencies:

    npm install
  5. Spin up the DynamoDB table by running:

    npm run spininfra
  6. Start the project:

    npm start

Usage

  • index.ts is the entry point where you can explore and test the implemented functions.

Note

Ensure to replace your DynamoDB full access keys and region in the .env file before running the project.

dynamodb-transactions's People

Watchers

Shashank avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.