Front-End Web & Mobile
Tag: Amazon DynamoDB
Amplify Framework adds support for AWS Lambda functions and Amazon DynamoDB custom indexes in GraphQL schemas
Written by Kurt Kemple, Sr. Developer Advocate at AWS, Nikhil Dabhade, Sr. Product Manager at AWS, & Me! The Amplify Framework is an open source project for building cloud-enabled mobile and web applications. Today, we’re happy to announce new features for the Function and API categories in the Amplify CLI. It’s now possible to add […]
An Introduction to the Sync Framework for Android
This is the first part in a six-part series on synchronizing data within an Android mobile app to the AWS Cloud. Check out the full series: An Introduction to the Sync Framework for Android (this article) Building a ContentProvider for Android Using a ContentProvider in Android Mobile Apps Integrating Amazon Cognito with the Android AccountManager API […]
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 Mobile App Backend with Hybrid Apps
This post was co-authored by Leo Drakopoulos, AWS Solutions Architect. Today we would like to tell you about a new solutions brief for building serverless mobile backend solutions on AWS, and a step-by-step walkthrough for implementing this pattern, using the Ionic framework on AWS Answers. Like other solutions on AWS Answers, this one was built by […]