Develop and deploy applications with the AWS SDK for JavaScript. The SDK provides first-class TypeScript support and makes it easy to call AWS services using idiomatic JavaScript APIs to build Node.js, web, and React Native applications.
Develop server-side appsDevelop modern server-side web applications using the Node.js runtime. Access AWS services directly from your RESTful applications.
Develop modern front-end applications and access AWS services directly from JavaScript code running in your browser.
Develop modern native mobile applications using React Native and access AWS services directly from your iOS and Android mobile devices.
How it worksThe AWS SDK for JavaScript simpliļ¬es use of AWS Services by providing a set of libraries that are consistent and familiar for JavaScript developers. It provides support for API lifecycle considerations such as credential management, retries, data marshaling, serialization, and deserialization. The AWS SDK for JavaScript also supports higher level abstractions for simplified development.
You can use AWS SDK for JavaScript for writing backend services in Node.js, web frontends in browser, or mobile native frontends in React Native. A service client package can be run on browsers, Node.js, and React-Native without code change. Customers who use the AWS SDK for JavaScript get the following benefits:
We are committed to continuously improving the AWS SDK for JavaScript. If you have any ideas and suggestions, please create an issue on GitHub.
Reduce your application bundle size and improve your application performance by only importing the packages your application requires. AWS SDK for JavaScript has a modular architecture with a separate package published for each service. These packages are published under @aws-sdk/ scope on NPM to make it easy to identify packages that are part of the official AWS SDK for JavaScript.
First-class TypeScript supportThe AWS SDK for JavaScript is written in TypeScript. Its first-class static type definitions are self-documenting and speeds up readability, debugging and refactoring. The type definitions also help detect 15-38% of the bugs in the application code.
Middleware StackThe AWS SDK for JavaScript introduces the middleware stack, which allows you to customize the SDK behavior by modifying the middleware. You can add your custom asynchronous actions to the AWS SDK for JavaScript and/or remove the default ones. These actions serialize input parameters into the data over the wire and deserialize response data into JavaScript objects. Such actions are implemented using functions called middleware and executed in a specific order.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4