You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When this component packages files for deployment, it doesn't preserve file permissions. That's an issue for the go lambda runtime as the lambda handler is an executable that needs execution permissions.
I wrote a patch here but I'm submitting this issue before putting in a pull request, per the contribution guidelines. I tested by running the unit tests and by verifying that execution permissions were preserved. Happy to send up a PR or to add additional tests, with a little guidance.
The text was updated successfully, but these errors were encountered:
Hi!
When this component packages files for deployment, it doesn't preserve file permissions. That's an issue for the go lambda runtime as the lambda handler is an executable that needs execution permissions.
I wrote a patch here but I'm submitting this issue before putting in a pull request, per the contribution guidelines. I tested by running the unit tests and by verifying that execution permissions were preserved. Happy to send up a PR or to add additional tests, with a little guidance.
The text was updated successfully, but these errors were encountered: