Wednesday, 22 November 2017

Amazon Web Service Mobile introduces new CLI and also redesigned console to simplify process

Amazon Web Service Mobile has now added its first class support for React Native and Web that permits JavaScript developers to conveniently develop cloud-enable applications. Earlier, the React Native and Web Developers required to manually configuring services in the Amazon Web Service Console, Read documentation and Download base SDKs to just start interacting with the platform. With this new release, the JavaScript Developers can conveniently configure core application features like user sign-in, serverless and storage APIs by utilizing the redesigned console and the new Amazon Web Service Mobile CLI. 

No comments:

Post a Comment

Optimizing Performance and Cost: Migrating an Express.js Application from EC2 to AWS Lambda

Introduction: In a recent project, our team worked on optimizing a Node.js application that was originally hosted on an EC2 instance. The ap...