Front-End Web & Mobile
Tag: AWS Mobile SDK
Announcing the AWS Amplify CLI toolchain
June 27, 2024: This blog post covers Amplify Gen 1. For new Amplify apps, we recommend using Amplify Gen 2. You can learn more about Gen 2 in our launch blog post. September 14, 2021: Amazon Elasticsearch Service has been renamed to Amazon OpenSearch Service. See details. Today we’re launching the AWS Amplify Command Line […]
Announcing AWS Mobile SDK v2.6 for Android and iOS
It is now recommended that developers to use the Amplify libraries to build iOS and Android applications on AWS> Recently, we released the AWS Mobile SDK v2.6.0 for Android and iOS. The release has new features that make it easier for iOS and Android developers to integrate AWS backend services into their apps. The new […]
Announcing: React Native Starter Project with One-Click AWS Deployment and Serverless Infrastructure
Update (February 18, 2019): This article was originally posted on September 19, 2017. At that time, AWS Mobile Hub was used to cloud-enable this React Native Starter project. Going forward, we recommend that developers use AWS Amplify to cloud enable your React Native, iOS, Android, and web application projects. That said, the solution below may […]
Easy Sign-in and Sign-up UI with the AWS Mobile SDK for Android
Recently, we released v2.6.0 of the AWS Mobile SDK for Android and AWS Mobile SDK for iOS. It includes many improvements. This post focuses on two of these. First, you can integrate a JSON file with the configuration details of your mobile backend. The easiest way to generate this file is with AWS Mobile Hub. […]
Integrate the AWS SDK for JavaScript into a React App
In our last blog post, I showed how to create a React app using the create-react-app tool provided by Facebook, and then deploy the app to a content delivery network driven by AWS Mobile Hub, Amazon S3, and Amazon CloudFront. This enables you to produce dynamic single page applications (SPAs) and serve them to a […]
Using Amazon DynamoDB Document API with the AWS Mobile SDK for Android – Part 2
In the first part of this blog, we introduced you to the Amazon DynamoDB Document API. This API is a mechanism for accessing data in DynamoDB that doesn’t require you to map models to the data. Instead, you access the data through standard accessor methods on a standard Document object. In this blog post, we […]
Using Amazon DynamoDB Document API with AWS Mobile SDK for Android – Part 1
The AWS Mobile SDK for Android helps developers write mobile apps by providing simplified APIs for using AWS services, such as Amazon Cognito and Amazon DynamoDB. In the past, to access data, you needed to use the DynamoDB Object Mapper (or use the service APIs). You then had to define a model within your mobile […]
AWS SDK for Unity Is Now Part of AWS SDK for .NET
In May 2015, we announced the general availability of the AWS SDK for Unity. Since then we have added support for many AWS services, including Amazon Simple Notification Service (Amazon SNS), AWS Lambda, and Amazon Simple Queue Service (Amazon SQS). We have also been incorporating feedback we have received along the way. The AWS SDK […]