A Brief History of AWS Mobile SDKs and How to Use Them in 2021

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • aws-sdk-android

    AWS SDK for Android. For more information, see our web site:

  • This mantra has some big implications for the utility of the mobile SDKs. As one arbitrary example, let's consider a use case where we want to call Amazon Translate, to translate some text. Instead of using the Amazon Translate support in the iOS or Android SDKs, I'm suggesting that you should pick any supported language, and implement those Translate service calls behind the API Gateway. Render an API response that contains only the bits you need on the mobile device.

  • aws-sdk-java

    The official AWS SDK for Java 1.x. The AWS SDK for Java 2.x is available here: https://github.com/aws/aws-sdk-java-v2/

  • This year, the AWS SDK for Android turned 10 🥳. The Android SDK originated as a fork of the original Java SDK.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts