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.

asked 2 months ago118 views
1 Answer
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
answered 2 months ago
profile picture
EXPERT
reviewed 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions