aws-amplify / amplify-category-api

The AWS Amplify CLI is a toolchain for simplifying serverless web and mobile development. This plugin provides functionality for the API category, allowing for the creation and management of GraphQL and REST based backends for your amplify project.
https://docs.amplify.aws/
Apache License 2.0
89 stars 79 forks source link

chore: remove redundant dependencies: @aws-sdk/abort-controller and aws-sdk #3051

Open bobbyu99 opened 2 hours ago

bobbyu99 commented 2 hours ago

Description of changes

This PR removed redundant dependencies that I previously added with my log config PR.

Removed the following dependencies from packages/amplify-graphql-api-construct-tests:

CDK / CloudFormation Parameters Changed

Issue #, if available

Description of how you validated changes

E2E

Checklist

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