sid88in / sid88in/serverless-appsync-plugin

How can I split the appsync into multiple stack?

Open
#344 8 comments 0 reactions 1 assignee View on GitHub

@sid88in is already working on this.

Since Jun 2, 2026.

in-CR
Dominant language
TypeScript
Stars
955
Forks
187
PR merge metrics
No merged PRs in 30d

Description

First of all, thanks a lot for releasing this awesome plugin. I have a question about how to split the appsync into multiple stack?

My project structure looks like:

main/serverless.yml
dataSources/serverless.yml
resolvers/serverless.yml
schema/serverless.yml

The main folder only deploys the Appsync instance and logging and authentication. It doesn't include any schema, resolvers etc.

And other folders each of which is to deploy schema, resolvers, dataSources to the Appsync deployed by the main folder. In these folders, they need to import the appsync arn in order to attach these resolvers.

That means there will be multiple cloudformation stacks created and using cross stack reference among them. I wonder how I can make this by using this plugin.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.