Problem scenario
You want to create a Lambda function. What do you do?
Solution
- Log into the AWS console.
- Go to Lambda -> Functions -> Create function
- Enter a name for this function.
- Choose a "Runtime" option (e.g., Use default bootstrap).
- Click "Create function"
- Click "Test"
- Enter text in "Event name"
- Click "Create"
- Click "Test" again.
- If you see "Execution result: succeeded" it worked.