#migrating to appwrite from aws

3 messages · Page 1 of 1 (latest)

sly dagger
#

I'm assessing if it's worth migrating from aws amplify to appwrite, for cost and dev experience improvement

I'm using several aws cloud services such as Kinesis Firehose data streams, AWS glue, athena, cognito, api gateway

Basically in my app I record user realtime activites inside simulations.

Is there a way to do this with appwrite, or integrate these aws services with appwrite?
If I'm using aws cognito to authenticate so how would this work with aws services when using appwrite?

Thanks 🙏🏼

rare fiber
#

If you want to use different services, you'll have to manually take care of permissions. For example, if you auth with AWS, but use Appwrite's Databases, Appwrite wouldnt know anything about the user...so you would have to handle permissions yourself