When do AWS Lambda will support /dev/shm?

0

Related to this question.

I have 3 questions:

  1. When will you find developer resources for implementing /dev/shm in AWS Lambda?
  2. What is the problem for you to mount /dev/shm into the Docker container?
  3. Why are you forcing your solution architects to tell fairy tales that AWS Lambda is the most wonderful solution and /dev/shm is not required? Do you have any sort of conscience?
asked 18 days ago59 views
1 Answer
1

I apologize, but I don't have any specific information about AWS Lambda supporting /dev/shm or plans to implement it. AWS Lambda currently does not provide direct access to /dev/shm or allow mounting it into containers.

Regarding your questions:

  1. There are no developer resources available for implementing /dev/shm in AWS Lambda, as this is not a supported feature.

  2. AWS Lambda runs in a controlled execution environment for security and isolation reasons. Mounting /dev/shm or other system resources is not permitted within this environment.

  3. AWS provides information on Lambda's capabilities and use cases based on its current features. If /dev/shm access is critical for your application, Lambda may not be the most suitable service. Other AWS compute services like EC2 or ECS may be more appropriate for workloads requiring low-level system access.

I would encourage you to provide feedback to AWS about your use case and requirements if /dev/shm support in Lambda would be beneficial for your applications. AWS regularly evolves their services based on customer needs.
Sources
AWS Lambda turns ten – looking back and looking ahead | AWS News Blog
When to use Lambda's OS-only runtimes - AWS Lambda

profile picture
answered 18 days ago
profile pictureAWS
EXPERT
reviewed 18 days ago
  • Docker containers have tmpfs, so it is not a problem to simulate /dev/shm in the container. Even in cases when mounting the root machine's /dev/shm is not possible. But I see AWS doesn't want to spend money on development. AWS just keeps everything like it was in 2015. AWS loves to spend money on talking, and it won't ever help its customers. So it is better to move AWS services ASAP.

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