DEV Community

Success Enin
Success Enin

Posted on

Creating A Lambda Function in AWS

Step-by-step guide on creating a Lambda Function

  • First you head to the AWS management console then navigate to Lambda console, Click on create function
  • In the create function page, select author from scratch, give your function a name unique to the AWS region you're in, select a runtime (e.g Node.js, Python, Ruby, Java), Architecture should be left at default, Leave execution role at default, Then create function.

Top comments (0)