-
Notifications
You must be signed in to change notification settings - Fork 49
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
Support ARM layers #184
Support ARM layers #184
Conversation
Codecov Report
@@ Coverage Diff @@
## master #184 +/- ##
==========================================
+ Coverage 75.45% 76.08% +0.62%
==========================================
Files 10 10
Lines 603 623 +20
Branches 159 164 +5
==========================================
+ Hits 455 474 +19
Misses 91 91
- Partials 57 58 +1
Continue to review full report at Codecov.
|
These are a bit cheaper and a bit faster than the x86 Lambdas: <https://aws.amazon.com/blogs/aws/aws-lambda-functions-powered-by-aws-graviton2-processor-run-your-functions-on-arm-and-get-up-to-34-better-price-performance/> The underlying Lambda architecture should be invisible to typical TypeScript Lambdas. Indirect Apply has switched over all of their Lambdas, only encountering difficulty with DataDog/serverless-plugin-datadog#184
* Switch `lambda-sqs-worker` template to ARM64 These are a bit cheaper and a bit faster than the x86 Lambdas: <https://aws.amazon.com/blogs/aws/aws-lambda-functions-powered-by-aws-graviton2-processor-run-your-functions-on-arm-and-get-up-to-34-better-price-performance/> The underlying Lambda architecture should be invisible to typical TypeScript Lambdas. Indirect Apply has switched over all of their Lambdas, only encountering difficulty with DataDog/serverless-plugin-datadog#184 * Reword title * Format for prettier * Downgrade to patch Co-authored-by: Ryan Ling <[email protected]> * Less bogus words Co-authored-by: Ryan Ling <[email protected]> Co-authored-by: Ryan Ling <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @duncanista this looks good to me but I'd get a second pair of eyes on it if that's OK.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM !
What does this PR do?
Add support for ARM layers. Check SLS-1387.
Swap previous layer if lambda layers already contain a previous version.
Motivation
Follow up with
Testing Guidelines
Additional Notes
Upgraded SLS Framework to latest version.
Types of changes
Check all that apply