● When using AWS Lambda, you are only responsible for your code.
● AWS Lambda manages the memory, CPU, Network, and other resources.
● It means you cannot log in to the compute instances or customize the
operating system.
● If you want to manage your own compute resources, you can use other
compute services such as EC2, Elastic Beanstalk.
● There will be a level of abstraction which means you cannot log in to the
server or customize the runtime.
![Cover image for When do you use Lambda?](https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy4qng45bu0wsjvjb9rj2.png)
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)