Is a Lambda Layer connected to the Cloudshell

0

I created a lambda layer using cloudshell by installing the requirements to a target folder. Then zipped it and published it as layer, got the arn and applied that layer to a lambda. Now I want to create another layer to add way more dependencies. I tried installing and publishing it as layer, but the Cloudshell gave error "No space left on device". So my question is, if I delete stuff from cloudshell and install new dependencies, will it affect my previously created layer as I and other users are still using that layer. Please guide me in this. Thankyou.

已提问 2 个月前134 查看次数
1 回答
0

No, once you have created the lambda layer version it becomes an immutable snapshot. Since Cloudshell only gives 1 GB of persisted storage, you can look at Cloud9 where you can control the size of the EBS attached to the EC2 instance that Cloud9 runs on.

AWS
已回答 2 个月前
profile picture
专家
已审核 2 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则