Paul Krill
Editor at Large

AWS streamlines cloud services for JavaScript developers

news
Nov 28, 20172 mins

Amplify library provides declarative way to work with cloud services, rather than through service contracts

business cloud services flowchart
Credit: Thinkstock

Amazon Web Services has developed a declarative JavaScript library, AWS Amplify, to aid building cloud-enabled applications via categories of cloud services instead of via individual service contracts.

AWS Amplify features

The AWS Amplify library supports multiple category scenarios, including:

  • Auth, featuring a module providing authentication APIs and capabilities. Credentials are offered for the AWS Signature Version 4 signing process and tokens from the Amazon Cognito sign-in service for web and mobile apps.
  • Analytics, for tracking users in the Amazon Pinpoint tracking application. Pinpoint enables targeted marketing.
  • Storage, providing commands to upload, download and list content in the Amazon S3 cloud storage service.
  • An LRU (least recently used) cache interface across web and React Native applications using implementation-specific persistence.
  • i18n and logging for internationalization and localization.

Amazon also is offering AWS Mobile CLI, providing command-line capabilities for front-end JavaScript developers to integrate back-end resources into mobile apps. Developers can build serverless back ends with the AWS Lambda service, for putting cloud functionality into a project. Amplify then allows common configuration from this process to be accessed from a line of code.

Although the default Amplify implementation works with Amazon Web Services cloud resources, the library can also be used with other cloud services as a pluggable resource.

Where to download AWS Amplify

AWS Amplify can be accessed as an NPM package as aws-amplify. Developers using it with the React Native library should download the aws-amplify-react-native package on NPM instead. AWS Mobile CLI can be accessed via NPM as awsmobile-cli.

Paul Krill

Paul Krill is editor at large at InfoWorld. Paul has been covering computer technology as a news and feature reporter for more than 35 years, including 30 years at InfoWorld. He has specialized in coverage of software development tools and technologies since the 1990s, and he continues to lead InfoWorld’s news coverage of software development platforms including Java and .NET and programming languages including JavaScript, TypeScript, PHP, Python, Ruby, Rust, and Go. Long trusted as a reporter who prioritizes accuracy, integrity, and the best interests of readers, Paul is sought out by technology companies and industry organizations who want to reach InfoWorld’s audience of software developers and other information technology professionals. Paul has won a “Best Technology News Coverage” award from IDG.

More from this author