Front-End Web & Mobile

Tag: java

Building a GraphQL API with Java and AWS Lambda

Modern applications are driven by rich UI experience. GraphQL APIs are gaining popularity with developers and teams of all sizes as an alternative to REST APIs to support these applications. AWS Lambda is a serverless, event-driven compute service that lets you run code for virtually any type of application or backend service without provisioning or […]

Use Amazon Cognito in your website for simple AWS authentication

Warning (Nov 2017): The content below is outdated. Updated content is forthcoming. 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. Over the past few weeks, the team has been working hard […]