DEV Community

Said Olano
Said Olano

Posted on

How to generate a Hello World Lambda function

Replicate these values on your AWS console:

Image description

You will get this screen.

Image description

At that screen, go to the "code" section and upload your java code with the lambda:

Image description

Something like this:

Image description

Next, configure the runtime settings:

Image description

Finally, to test your Hello World lambda function, go to the "test" tab and click on Test button, you will get something like this:

Image description

Next time you run the same lambda, you will realize the values have changed because, second time AWS only had to run, instead of configure all as the first time it did it.

Image description

Top comments (0)