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

Fix: Missing Unix Permission Bits for Artifact ZIP Created in Windows #2193

Merged
merged 8 commits into from Oct 28, 2020

Conversation

CoshUS
Copy link
Contributor

@CoshUS CoshUS commented Aug 31, 2020

Original PR:
#1986

Issue:
#954

Why is this change necessary?
ZIP created in Windows will have no Unix permission bits and host OS is set to Windows.
When unzipping in Unix system, like lambda function, permission is set to default 0666.

How does it address the issue?
Lambda function needs execution permission bit set for "global/other".
Permission bits will be set to 0755 in Windows.
Host OS will also be changed to Unix so the permission will be preserved while unzipping.

What side effects does this change have?
All artifact ZIP files created in Windows will be have 0755 permission.

Did you change a dependency in requirements/base.txt?
No

Checklist:

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

@CoshUS CoshUS changed the title Added Mock Unix Permission for ZIP Created in Windows Fix: Missing Unix Permission Bits for Artifact ZIP Created in Windows Aug 31, 2020
Copy link
Contributor

@jfuss jfuss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there any unit tests or integration tests that need to be added or updated?

samcli/lib/package/artifact_exporter.py Outdated Show resolved Hide resolved
Copy link
Contributor

@jfuss jfuss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@CoshUS CoshUS merged commit 7d5101a into aws:develop Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

After I deploy Lambda Function Resource of Go1.x with SAM and Windows 10 onto AWS, it occurs an error.
3 participants