Skip to content

ihsankl/aws-sdk-js-tests

 
 

Repository files navigation

aws-sdk-js-tests

Code Sample for testing AWS JS SDK

Steps to test:

  • Fork this repo, and clone your fork
  • Create a local branch in your workspace
  • Update the code for testing AWS JS SDK v2/v3
  • 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 webpack-dev-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.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 38.8%
  • Objective-C 27.7%
  • JavaScript 23.9%
  • Ruby 4.9%
  • Starlark 3.8%
  • HTML 0.9%