Creating a Simple Lambda Function in Python
- Navigate to AWS Lambda and create a simple hello world from scratch with python 3.8
- Create the test function (configure test event)
- Run the test
Creating a Simple Lambda Function in JavaScript
- Navigate to AWS Lambda and create a simple hello world from scratch with node
- Create the test function (configure test event)
- Run the test