Live data from Hacker News

What is the worst AWS service? I vote for Amplify

blog.astrian.moe

11–20 of 23 posts

Re: What is the worst AWS service? I vote for Amplify

#14
I'm amazed by how much software development has fragmented in recent decades.

I've gone down the technical / systems programming path: databases, numerical models, compilers, performance optimization, etc.

The terminology, tech stacks, and development practices for web development seem utterly alien to me.

Re: What is the worst AWS service? I vote for Amplify

#15

Pretty much the entire AWS Code* stack: CodeCommit, CodeBuild, CodeDeploy ... Does any developer use those willingly? Also SAM. I run into a new bug or limitation in SAM every other time I touch it. Really need to ditch it for CDK.

Those three are fairly independent, self-contained, and reasonably useful. Unlike Amplify that creates a bunch of stuff in your account that you don’t really control, or Elastic Beanstalk that creates a bunch of stuff in an account that isn’t even yours! Then there was CodeStar…

Re: What is the worst AWS service? I vote for Amplify

#17
post #6

This article is in Chinese for me, is it just me?

Yeah lol I wasn't confused that the article was in Chinese, I was confused that people were just discussing it casually as though it were plain English. "Is there a translated version of this that I'm missing somewhere?"

But that's just HN, most people comment on the headline without even clicking the link.

Re: What is the worst AWS service? I vote for Amplify

#18
post #6

This article is in Chinese for me, is it just me?

Yeah lol I wasn't confused that the article was in Chinese, I was confused that people were just discussing it casually as though it were plain English. "Is there a translated version of this that I'm missing somewhere?" But that's just HN, most people comment on the headline without even clicking the link.

The browsers I use either has a button to translate the article (Safari) or did so automatically (Chrome) so I had no trouble reading the article without knowing Mandarin.

Re: What is the worst AWS service? I vote for Amplify

#19
post #6

This article is in Chinese for me, is it just me?

Yeah lol I wasn't confused that the article was in Chinese, I was confused that people were just discussing it casually as though it were plain English. "Is there a translated version of this that I'm missing somewhere?" But that's just HN, most people comment on the headline without even clicking the link.

Someone accidentally commented the translation in another post about AWS:

https://news.ycombinator.com/reply?id=40541919&goto=item%3Fi...

Re: What is the worst AWS service? I vote for Amplify

#20
post #4

I've used amplify for a thing now, and I wrote a thing to read out the cloud formation they use so I could grab and copy out some of the nice parts while leaving the rest alone and undeployed It'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 schem…

Have you tried this?

https://docs.amplify.aws/gen1/javascript/tools/cli/usage/exp...

I haven't yet but sure I hope it works

Post reply on HN