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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ