Front-End Web & Mobile
Tag: JavaScript
Developing and testing GraphQL APIs, Storage and Functions with Amplify Framework Local Mocking features
This article was written by Ed Lima, Sr. Solutions Architect, AWS and Sean Grove, OneGraph In fullstack application development, iteration is king. At AWS, we’re constantly identifying steps in the process of shipping product that slow iteration, or sap developer productivity and happiness, and work to shorten it. To that end, we’ve provided cloud APIs, serverless […]
Announcing the new Predictions category in Amplify Framework
The Amplify Framework is an open source project for building cloud-enabled mobile and web applications. Today, AWS announces a new category called “Predictions” in the Amplify Framework. Using this category, you can easily add and configure AI/ML uses cases for your web and mobile application using few lines of code. You can accomplish these use […]
AWS AppSync releases Pipeline Resolvers, Aurora Serverless support, Delta Sync
AWS AppSync, a Serverless GraphQL backend for providing data to mobile and web applications, has been steadily releasing features over the past year since launching at re:Invent 2017. Today, we’re happy to release several new service and client features for AWS AppSync that can greatly enhance the way you build client applications and provide data […]
Android GraphQL subscriptions and support for complex objects in AWS AppSync
September 14, 2021: Amazon Elasticsearch Service has been renamed to Amazon OpenSearch Service. See details. AWS AppSync and AWS Amplify have had several releases over the past few months. With AWS AppSync, you can easily apply real-time or offline features to an existing Amazon DynamoDB table. You can also provide complete GraphQL capabilities to your […]
AWS Amplify adds support for custom attributes in Amazon Cognito user pools
An Amazon Cognito user pool is a user directory for your web, mobile, or other applications. In addition to the normal things you’d expect to store in an Amazon Cognito user pool (like a user name, email address, or phone number), you can also configure the user pool to hold any other information that you […]
Building a serverless real-time chat application with AWS AppSync
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. Update: We recommend checking the new revamped chat app solution with more features, modern client libraries, and simplified implementation. Today, most digital media […]
Announcing AWS Amplify and the AWS Mobile CLI
The JavaScript ecosystem is thriving. Every day there are new use cases and functionality across web and mobile ecosystems. Developers are building highly interactive and functional applications across social, consumer, and enterprise spaces. We’ve spent a lot of time talking to these developers. They want to scale their applications quickly on cloud services, and they […]
Push Notifications with Ionic and Amazon Pinpoint
Engaging your customers through communication channels such as push notifications is important for mobile app success. AWS services such as AWS Mobile Hub and Amazon Pinpoint enable you to do this in a scalable and cost effective manner. When using these services with development tooling like Ionic Framework you can rapidly develop modern applications to […]
User Sign-in and Sign-up for Ionic Mobile Apps with Amazon Cognito
Going forward, we recommend that developers use AWS Amplify to cloud enable your Flutter, React Native, iOS, Android, and web projects. The solution below may be out of date and incomplete. We are working on a new modern solution utilizing the Amplify Framework. This post was written by Brice Pelle, AWS Technical Account Manager. In this […]
Building fine-grained authorization using Amazon Cognito User Pools groups
This post was authored by Leo Drakopoulos, AWS Solutions Architect. User authentication and authorization can be challenging when building web and mobile apps. The challenges include handling user data and passwords, token-based authentication, managing fine-grained permissions, scalability, federation, and more. In this post, we show how to integrate authentication and authorization into an Angular web […]