Open stocaaro opened 1 week ago
Latest commit: 6e3ba6156c4d85dbfe832618f07e4997823dbfee
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
re: E2E testing. I plan to merge this test PR onto this change once the MIS PR is merged.
I have appreciated having these 3 separate during review/prep to keep the PR size manageable, but if having them merged into one (here) at this time is better at this point, I can combine them.
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.
Changes
resource
permissions to the data schemaimport { getAmplifyClientsConfiguration } from "@aws-amplify/backend/function/runtime";
Example:
amplify/functions/todo-count/handler.ts
Corresponding docs PR, if applicable: https://github.com/aws-amplify/docs/pull/8096
Validation
S3Client
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.