aws-amplify / amplify-backend

Home to all tools related to Amplify's code-first DX (Gen 2) for building fullstack apps on AWS
Apache License 2.0
185 stars 62 forks source link

test: Add e2e test for lambda data client #2228

Open stocaaro opened 1 week ago

stocaaro commented 1 week ago

Problem

The lambda data client needs to be covered by an e2e test.

Changes

Validation

Tested using npm run test:dir packages/integration-tests/lib/test-e2e/sandbox/data_and_function_project.sandbox.test.js

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

changeset-bot[bot] commented 1 week ago

⚠️ No Changeset found

Latest commit: c934af2e3f7f78708e5c2a7d56f49702f36b2b58

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

stocaaro commented 6 days ago

This change has been merged into https://github.com/aws-amplify/amplify-backend/pull/2224