Giter VIP home page Giter VIP logo

aws-sdk-js-tests's Introduction

aws-sdk-js-tests

Code Samples for testing AWS SDK for JavaScript.

Steps to test:

  • Fork this repo, and clone your fork.
  • Create a local branch in your workspace.
  • Update the code for testing AWS SDK for JavaScript.
  • Push code to remote branch on your fork, and share the code for reproducing the issue.

Pre-requisites

Example test for data returned by DynamoDB client:

  • Checkout main branch: git checkout main
  • Run yarn to install dependencies.

Node.js:

  • Run yarn start:node to run both v2 and v3 clients in Node.js
  • The responses returned by clients will be printed in console, and will re-run when code is updated.
  • The file being run is at packages/node/src/index.js.

Browser:

  • Run yarn start:web to start vite server with HMR.
  • The bundle will be opened in default browser, and get refreshed when code is updated.
  • The file being run is at packages/web/src/index.js.

React Native:

iOS

  • Run yarn start:ios to start local development server with iOS using React Native CLI.

Android

  • Run yarn start:android to start local development server with Android using React Native CLI.

The react-native app in simulator/emulator will refresh when code is updated. The file being run is at packages/react-native/App.js.

License

This library is licensed under the MIT-0 License. See the LICENSE file.

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.