I have set up an AWS AppSync including a GraphQL Schema, corresponding data sources as Dynamo DB tables as well as S3 Buckets from which I read data into the tables employing lambda functions.
I would like to version this setup by means of VCS (ideally, GitHub), such that I can set up a staging and production environment. I have not come across a simple way of doing so, except for simply "copy pasting" everything from one env to the other. Anybody has a better idea?