Open stocaaro opened 1 week ago
Latest commit: d381f73bb29b918fc4540af4b31c1c0f9f077407
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Reverting to draft. This change has been merged into https://github.com/aws-amplify/amplify-backend/pull/2224
Problem
Users would like to use the Gen2 data client interface to access their APIs from application functions (lambda's).
Our docs offer instructions on this experience, which stop short of indicating how the customer should provide the model introspection schema needed to make the whole experience work.
Change
resource
permissions to the data schemaIn isolation, this change builds the MIS to S3 and grants permission, but the user story to consume this in a function would be complicated without the data config change that makes the in function configuration process trivial.
Corresponding docs PR, if applicable: https://github.com/aws-amplify/docs/pull/8096
Validation
Checklist
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.