Join Slack
Powered by
Hey – is there a way to import an existing AppSync...
# sst
m
Michael Orcutt
07/08/2021, 7:45 PM
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.
f
Frank
07/08/2021, 7:47 PM
Yup you can follow this example
https://docs.serverless-stack.com/constructs/AppSyncApi#importing-an-existing-graphql-api
m
Michael Orcutt
07/08/2021, 7:47 PM
It doesn't matter if it was generated by CDK or Cloudformation?
f
Frank
07/08/2021, 7:47 PM
You just need to find out the Api ID for the App Sync Api created in SLS
m
Michael Orcutt
07/08/2021, 7:47 PM
Cool
f
Frank
07/08/2021, 7:48 PM
Yup, it just need to know the ID.
m
Michael Orcutt
07/08/2021, 7:52 PM
Okay, perfect!
Open in Slack
Previous
Next