aws-amplify / amplify-cli

The AWS Amplify CLI is a toolchain for simplifying serverless web and mobile development.
Apache License 2.0
2.81k stars 819 forks source link

fix: skip types in current cloud backend #13803

Closed sobolk closed 4 months ago

sobolk commented 4 months ago

Description of changes

This PR removes types/ folder from backend -> current cloud backend -> s3 -> current cloud backend -> backend flow.

The types folder is always regenerated, therefore it's not needed to include it in that flow.

Issue #, if available

Description of how you validated changes

  1. added unit tests for unzipper
  2. full e2e run

Checklist

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

0618 commented 4 months ago

Thanks for fixing it!