Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws-cli/setup leaves a 'aws' directory in my project folder #71

Closed
tripper54 opened this issue Apr 9, 2021 · 1 comment · Fixed by #81
Closed

aws-cli/setup leaves a 'aws' directory in my project folder #71

tripper54 opened this issue Apr 9, 2021 · 1 comment · Fixed by #81

Comments

@tripper54
Copy link

I zip my project up to deploy as a lambda function via the serverless framework.

After bumping the version of this orb the deploy would fail with AWS saying the payload was too large.

I ran the build with SSH enabled and noticed an 'aws' directory would appear in my project folder after running aws-cli/setup.

If I exclude this directory from the serverless packaging, the build succeeds again.

Is this an install artefact left behind? Should the install not clean up after itself without leaving artefacts in my project directory?

@princed
Copy link

princed commented Apr 12, 2021

Same problem, in our case it breaks ESLint checks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants