Hello Friends , any idea about how to use amplify'...
# help
a
Hello Friends , any idea about how to use amplify's existing graphql schema into cdk?
f
Which CDK construct are you using?
a
congnito, ddb,lambda,s3,appsync
f
hmm i didn’t find anything in the
cdk.amplify
doc https://docs.aws.amazon.com/cdk/api/latest/docs/aws-amplify-readme.html
Do you know if it’s doable using CloudFormation?
a
dont have idea about if it can be done by using CloudFormation.... New to cdk and Amplify... tried all Nader Dabit's available tutorials but no clue for using existing graphql.
f
I see.. I’m not too familiar with Amplify.. but if it’s doable in CloudFormation, you can do it in CDK.
a
This conf is on 30th April...
@Frank Any ref material for Cloudformation - CDK
f
so for any CDK construct, if you do
.node.defaultChild
that will give you the CloudFormation object. And you can make changes to it.
a
Thank you for the hint @Frank , will work on this and let you know...