Front-End Web & Mobile
Tag: SDK
Introducing template evaluation and unit testing for AWS AppSync resolvers
AWS AppSync is a managed serverless GraphQL service that simplifies application development by letting you create a flexible API to securely access, manipulate, and combine data from one or more data sources with a single network call. In GraphQL, developers write resolvers, units of code that implement the business logic that controls how to fetch […]
Encrypting an Amazon S3 object on the client side with AWS KMS and the AWS Mobile SDK for Android
Starting with the AWS Mobile SDK for Android version 2.4.0, you have two options to encrypt client-side objects before sending them to Amazon S3: an AWS Key Management Service (AWS KMS) customer master key (CMK) or a client-side master key. Customer master key When using an AWS KMS customer master key (CMK) for […]
Using webpack with the Amazon Cognito Identity SDK for JavaScript
This blog post is aimed at developers of all experience levels who develop and deploy JavaScript based applications (whether server-side with Node.js or client side) that incorporate the AWS SDK, the Amazon Cognito Identity SDK for JavaScript and who also use the popular webpack module bundler. In July 2016, Amazon Web Services launched Amazon Cognito […]
Unity V3 support in the AWS SDK for .NET is out of preview
Last month, we announced that the AWS SDK for Unity will be part of the AWS SDK for .NET with preview support for the AWS SDK for Unity. With today’s release, we are ready to label the AWS SDK for Unity as production ready. You can now upgrade the SDK simply by deleting the version […]