Why I don't use AWS AppSync

Why I don't use AWS AppSync

Ben Awad

4 года назад

33,309 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Bojidar Yovchev
Bojidar Yovchev - 18.03.2022 11:13

and on the AppSync topic, I do not think it's that bad, as long as you use Lambda Authorizers and Lambda Resolvers in order to outsource your authentication away from Cognito and avoid using VTL mapping templates.. AppSync has built in integration with ElastiCache which seems insane, I think it automatically handles DynamoDB Streams updates and cache invalidation

Ответить
Bojidar Yovchev
Bojidar Yovchev - 18.03.2022 02:49

hey Ben, what do you think about Elastic Beanstalk? It looks like a great solution for hosting monolithic apps without having to worry about containers, it has load balancing and monitoring baked in and it is super easy to deploy on a platform of your choosing

Ответить
Muhammad Imran
Muhammad Imran - 18.01.2022 22:24

Clouds are stealing data now a days also charging too much. Very difficult to learn and understand

Ответить
mexicanmax227
mexicanmax227 - 19.07.2021 12:56

Can you do an update on if you like AWS app sync in 2021?

Ответить
runo
runo - 19.06.2021 05:07

So far my experience is that it's great for the backend but the npm package aws-appsync is so outdated that is a pain to use on the FE.

Ответить
Haerde Biz
Haerde Biz - 17.04.2021 05:43

For me, I only use appsync as the api graphql schema definition conversion, so that i could standardize how the frontend dev call the api, instead of using rest. Then for the core stuff, it better to keep as microservices in container,.

Trick to use aws is, just use that you think make your life easier, if not, then just left it.
😅

Ответить
April Mintac Pineda
April Mintac Pineda - 22.03.2021 09:34

I like Serverless Architecture, but I don't like AppSync because it lacks the flexibility that I am looking for. Although I use AppSync at work because it's required, personally, I would recommend FaunaDB. I'm using it for my personal projects, it's really really really awesome.

Ответить
byVTRX†
byVTRX† - 14.03.2021 20:26

Appsync and amplify are literally the reason our PRODUCTION READY webiste can't launch since 3 weeks ago. It is REALLY frustrating

Ответить
Hj Joey
Hj Joey - 26.02.2021 15:45

He miss the timeout of 30 seconds which may hurt of some process take more than 30 seconds like download and could be an issue. But we also should realise graphql is not made for those kind of processes ideally.

Ответить
Jevhenij Horvat
Jevhenij Horvat - 08.01.2021 20:01

You can configure your AWS stack in code using CloudFormation

Ответить
Apoorv Mote
Apoorv Mote - 17.12.2020 06:08

Well main bottleneck is Amplify cli not appsync. So you build infra with AWS CDK instead of amplify cli. Then its not only easy but also massively flexible.

Ответить
Khal Drogo
Khal Drogo - 09.12.2020 03:25

I love this video.

Speaking from a production ready platform, its just a pain in the ass to use. I am still stuck with appsync, but will be moving my api to apollo.

Ответить
Ziad Rida
Ziad Rida - 31.10.2020 04:22

Serverless still out in 2019?!!
It’s about to become old school 😀

Ответить
Luis Muñoz
Luis Muñoz - 09.10.2020 14:58

Yeah amazon console is a mess, i'm with you, i prefer to configure my own kubernetes ecosystem with docker, make my yaml files is always fun to me. Scale a project is so fun when you make yourself... And get the ssl too, and why pay for aws hidden prices when kubernetes is so cheap? Severless guys are so stupid hahahahaha....

Ответить
rod
rod - 16.09.2020 08:13

I think you're missing the whole point of using a cloud provider, managed services, and serverless - it does most of the mechanical devops work for you, as well as most of the mechanical, cookie-cutter, boiler plate backend development...

Ответить
Jude Bobinihi
Jude Bobinihi - 16.09.2020 04:22

September 2020. do you still feel the same way about serverless Ben?

Ответить
Coding Expedition
Coding Expedition - 29.08.2020 01:10

When talking about serverless, do you mean the framework, AWS Lambda or just a concept in general?

Ответить
Dan Coman
Dan Coman - 23.06.2020 19:54

Given I don't want to get stuck at 80% of the project with Amplify and I don't have the expertise to model data without Amplify I'll stick with Firebase for now.

Ответить