All Projects → aws-samples → aws-sdk-js-tests

aws-samples / aws-sdk-js-tests

Licence: other
Code Sample for testing AWS SDK for JavaScript

Programming Languages

java
68154 projects - #9 most used programming language
objective c
16641 projects - #2 most used programming language
javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language
Starlark
911 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to aws-sdk-js-tests

aws-sdk-js-notes-app
A simple note taking application using modular AWS SDK for JavaScript (v3)
Stars: ✭ 47 (+80.77%)
Mutual labels:  aws-sdk-js

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 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].