Hacker News new | ask | show | jobs
by 8note 792 days ago
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 schema defined in CDK maybe would do the trick?

1 comments

Have you tried this?

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

I haven't yet but sure I hope it works