-
Notifications
You must be signed in to change notification settings - Fork 893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to use the AWS SDK and Amplify at the same time? #5505
Comments
Thank you for posting this. Yes, there would be conflict between the two libraries. We are not aware of customers reporting workarounds for using both together. Amplify Swift is the recommended solution to develop apps. Have you tried exploring push notifications on Amplify? |
Hi @thisisabhash, I've had a quick look at this yes - but it is this for pinpoint notifications or does it work with SNS as well? 🤔 |
It is for Pinpoint notifications. Have you explored using Links: |
Okay cool, thanks for this info |
This issue is now closed. Comments on closed issues are hard for our team to see. |
State your question
Hi,
Is it possible to use the AWS SDK and Amplify at the same time? I am using Amplify Authenticator but the rest of my backend is separate from Amplify. Now I want to register for Push notifications from SNS & for that I need to be able to import the AWSCore & SNS packages. My issue is that there is a conflict when I try to install the AWS SDK through Swift Package Manager, it seems like Amplify and AWS SDK are incompatible. Is there any workaround for this?
Which AWS Services are you utilizing?
Cognito, SNS, S3, Dynamo, Lambda, API Gateway
Provide code snippets (if applicable)
Environment(please complete the following information):
If you need help with understanding how to implement something in particular then we suggest that you first look into our developer guide. You can also simplify your process of creating an application, as well as the associated backend setup by using the Amplify CLI.
The text was updated successfully, but these errors were encountered: