How Do You Use Lambda in AWS?

Problem scenario
You want to create a Lambda function. What do you do?

Solution

  1. Log into the AWS console.
  2. Go to Lambda -> Functions -> Create function
  3. Enter a name for this function.
  4. Choose a "Runtime" option (e.g., Use default bootstrap).
  5. Click "Create function"
  6. Click "Test"
  7. Enter text in "Event name"
  8. Click "Create"
  9. Click "Test" again.
  10. If you see "Execution result: succeeded" it worked.

Leave a comment

Your email address will not be published. Required fields are marked *