aws-actions / setup-sam

Action to set up AWS SAM CLI and add it to the PATH
Apache License 2.0
151 stars 23 forks source link

feat: native installer support for Linux x86-64 #70

Closed hoffa closed 1 year ago

hoffa commented 1 year ago

Which issue(s) does this change fix?

Part of #68; will help with #12

Description

Adds new use-installer input, which if enabled uses the official installer to install SAM CLI, instead of pip.

As you can see from the tests, it's about 4x faster (4 seconds versus 20 seconds normally).

Checklist

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