You have a Lambda function with dependencies inside your local SAM application and now you want to build & deploy it to AWS.
Can you do this in a few steps by using the Cloud9 IDE?
AWS Lambda is a serverless, event-driven compute service that lets you run code for virtually any type of application or backend service without provisioning or managing servers.
AWS Cloud9 is a cloud-based integrated development environment (IDE) that lets you write, run, and debug your code with just a browser. It includes a code editor, debugger, and terminal.
The AWS Serverless Application Model (AWS SAM) is an open-source framework for building serverless applications. It provides shorthand syntax to express functions, APIs, databases, and event source mappings.
P.S. Why did the developer bring a pillow to their AWS Cloud9 workspace Because they wanted to be "rest assured" in the cloud!