Front-End Web & Mobile

Understanding Amazon Cognito Authentication Part 3: Roles and Policies

Amazon Cognito helps you create unique identifiers for your end users that are kept consistent across devices and platforms. Cognito also delivers temporary, limited-privilege credentials to your application to access AWS resources. In previous posts (Part 1, Part 2), I covered the basics of Cognito’s authentication flow. In this post, I want to focus on […]

Mobile token management with Amazon SNS

Introduction Amazon Simple Notification Service (Amazon SNS) is a fast, flexible, fully managed push messaging service in the cloud. SNS is capable of publishing mobile push notifications to a variety of mobile platforms, including Apple Push Notification service (APNs), Google Cloud Messaging (GCM), Amazon Device Messaging (ADM), Windows Notification Service (WNS), Microsoft Push Notification Service […]

Understanding Amazon Cognito Authentication Part 2: Developer Authenticated Identities

Amazon Cognito helps you create unique identifiers for your end users that are kept consistent across devices and platforms. Cognito also delivers temporary, limited-privilege credentials to your application to access AWS resources. In a previous post, I covered the basics of Cognito’s authentication flow. In this post, I will show the differences in that flow […]

Amazon Cognito Adds Industry Standard Support with OpenID Connect

We are excited to announce that we’re enhancing Amazon Cognito to support OpenID Connect (OIDC), an open standard for identity authentication. You can now utilize Amazon Cognito to generate unique identifiers and receive temporary AWS credentials with any OIDC-compatible provider. This new feature greatly expands the universe of identity providers you can leverage with Amazon […]

Amazon Cognito in your Node.js web app

Today’s post comes from Michael Garcia, Solutions Architect for AWS. Based in Paris, he helps our customers and partners gain proficiency with AWS services and solutions. ——————————————————————————————————— Recently, we published articles on how to use Amazon Cognito in different contexts such as Amazon Cognito Credentials providers for mobiles or Amazon Cognito for synchronizing data. If […]

AWS Mobile SDK for Android – Maven Support

If you are a Maven user, adding the AWS Mobile SDK for Android in your Android project is now as simple as adding few lines to your pom.xml. You no longer need to download the entire AWS Mobile SDK for Android zip file and include the JAR files in your project manually. You can specify […]

AWS Mobile SDK for Xamarin – Available on AWSLabs

We are making the AWS Mobile SDK for Xamarin available as a beta for you to evaluate and provide us feedback. Now you can use Xamarin to build cross platform apps that use AWS services for identity management (Amazon Cognito), cloud storage (Amazon S3), a fully-managed NoSQL database (Amazon DynamoDB), and push notifications (Amazon SNS […]

Announcing AWS Mobile SDK General Availability

We are pleased to announce that version 2 of the AWS Mobile SDK has reached General Availability (GA) and is no longer in Developer Preview. Since releasing Version 2 in Developer Preview on July 10th, we have received great feedback from the developer community, and we have made numerous improvements. You can read about some […]