Skip to content

How AWS Amplify is different from AWS SDK for Swift? #1776

Answered by jbelkins
parthp027 asked this question in Q&A
Discussion options

You must be logged in to vote

Sure. Here's the high-level difference between the two:

Amplify provides a set of tools that make it easy to create mobile & desktop apps, along with managing backend services hosted in AWS. Amplify provides a lot of ready-made functionality like authentication & storage that you can use with just a little configuration.

AWS SDK for Swift is a set of tools for accessing all AWS services. Rather than providing services that are ready-to-go and focused on the needs of application developers, AWS SDK for Swift provides access to everything AWS has to offer, and lets you talk directly to those services. If you need to use AWS services that aren't supported by Amplify, the AWS SDK for Swift is…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@parthp027
Comment options

@jbelkins
Comment options

@parthp027
Comment options

@jbelkins
Comment options

Answer selected by parthp027
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants