aws-toolkit-azure-devops
aws-toolkit-azure-devops copied to clipboard
Add support for deploying AWS Lambda Layers
It would appear the ability to publish AWS layers from azure devops pipelines is not currently possible.
I would like to request that the ability to publish layers similarly to the existing aws lambda function deployment.
I'd like to necro this really quick, because i don't understand why we don't have this functionality already?
Sorry about the delay, taking a look at this, I'm assuming the request here is to create a layer from a prebuilt zip or directory on the pipeline agent or from S3 (as opposed to building the layer, e.g. npm install
)?
yes, I do believe so. that would be sick functionality to have in the toolkit :)
On Thu, Dec 2, 2021, 2:34 PM Bryce Ito @.***> wrote:
Sorry about the delay, taking a look at this, I'm assuming the request here is to create a layer from a prebuilt zip or directory on the pipeline agent or from S3 (as opposed to building the layer, e.g. npm install)?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/aws/aws-toolkit-azure-devops/issues/356#issuecomment-985018800, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFSNAXWRXI5QWRAOX4RUISDUO7Q6JANCNFSM4N75QM5Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Sorry about the delay, taking a look at this, I'm assuming the request here is to create a layer from a prebuilt zip or directory on the pipeline agent or from S3 (as opposed to building the layer, e.g.
npm install
)?
Any ability at all to publish a layer would be helpful. Today i generate a zip file and manually copy it into the aws console. It's rare i make changes, but a PITA to update it.
A possible workaround is to use the AWS CLI to deploy the layers