amplify-backend icon indicating copy to clipboard operation
amplify-backend copied to clipboard

feat(data): Add stack mapping to AmplifyData for limit issue

Open MarlonJD opened this issue 5 months ago • 1 comments

Problem

Issue number, if available: https://github.com/aws-amplify/amplify-category-api/issues/2550

Changes

I added stackMapping to gen2 amplify-backend, we need this parameter like in gen1 for limit issue

Validation

Checklist

  • [ ] If this PR includes a functional change to the runtime behavior of the code, I have added or updated automated test coverage for this change.
  • [ ] If this PR requires a change to the Project Architecture README, I have included that update in this PR.
  • [ ] If this PR requires a docs update, I have linked to that docs PR above.
  • [ ] If this PR modifies E2E tests, makes changes to resource provisioning, or makes SDK calls, I have run the PR checks with the run-e2e label set.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

MarlonJD avatar Sep 17 '24 11:09 MarlonJD