What is the worst AWS service? I vote for Amplify
blog.astrian.moe
What is the worst AWS service? I vote for Amplify
1–10 of 23 posts
Re: What is the worst AWS service? I vote for Amplify
#2Re: What is the worst AWS service? I vote for Amplify
#3Re: What is the worst AWS service? I vote for Amplify
#4It'd be really nice if it was a bunch of CDK constructs you could pull in when you want
I don't know how you actually solve this though, since you don't want to have everything defined across two different languages.
A gql schema defined in CDK maybe would do the trick?
Re: What is the worst AWS service? I vote for Amplify
#5Re: What is the worst AWS service? I vote for Amplify
#6Re: What is the worst AWS service? I vote for Amplify
#7Re: What is the worst AWS service? I vote for Amplify
#8Most of our site is built in react, and hosted on ec2. We use Amplify for the forms. It has a pretty nice UI, and automatically generates dynamo tables and graphQL apis for querying and modifying them. It also integrates with Cognito which is nice.
The best feature though is that you can import Figma components directly. I know Figma generates it's own code, but Amplify packages it up nicely so I can import it via cli.
I wouldn't use it for a personal project, but it is great for allowing non-programmers to contribute components. And the automatic updating dynamo tables is worth using the UI for input forms.
Re: What is the worst AWS service? I vote for Amplify
#9Also SAM. I run into a new bug or limitation in SAM every other time I touch it. Really need to ditch it for CDK.
Re: What is the worst AWS service? I vote for Amplify
#10Worse even, some parts of Amplify was never published/documented. Reading through just this glue code they were using back then was sufficient to tell that amplify was more of an MVP idea than anything remotely serious.