#help
I have AppSync GraphQL API, GraphQL schemas, and DynamoDB tables. All these services are made up of AWS console. Now I want to manage these services with SST. How to use these existing services with the SST?
Shahan
05/24/2022, 9:00 AM
FYI @Frank
k
Klaus
05/24/2022, 10:05 AM
@Shahan SST uses the AWS CDK. This means you first have to bring the console created services under Cloud Formation control and Google brings up this article for that.
Then you can follow the guide for CDK - SST migration>