Hey – is there a way to import an existing AppSync...
# sst
m
Hey – is there a way to import an existing AppSync API to SST that was created via Cloudformation (by way of serverless framework)? I noticed the docs only show such for AppSync created by CDK.
m
It doesn't matter if it was generated by CDK or Cloudformation?
f
You just need to find out the Api ID for the App Sync Api created in SLS
m
Cool
f
Yup, it just need to know the ID.
m
Okay, perfect!