Deploy lambda layers #1283
Replies: 1 comment 3 replies
-
It is correct that currently Architect does not concern itself with publishing Lambda layers. Some quick background:
So, Lambda layers. They're great! We love them and use them. We have first class support for them in global config (apparently not documented right now, will fix that) and per-function config. Layers are great for consuming and making use of pre-compiled binary tools or other highly-specific use cases. We do not think layers are very good for everyday business logic. In fact quite the opposite, I think folks looking to use layers for core application business logic will have a harder (and longer) time trying to publish and debug their applications. All that said, I can see building an Architect plugin for publishing layers – we are indeed working on some custom binary / runtime stuff that nay necessitate. But as a core part of Architect, I'm not currently seeing it. So back to you: what are you looking to do with Lambda layers in Architect, and why? This may help guide how we think about an eventual layer publishing plugin. |
Beta Was this translation helpful? Give feedback.
-
I didn't find the ability to deploy lambda layers via Arc.
But this is a useful feature and it is already available in Serverless: https://www.serverless.com/framework/docs/providers/aws/guide/layers
Beta Was this translation helpful? Give feedback.
All reactions