AWS Lambda Create a Lambda Function with Amazon Console: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * AWS Lambda Operations =Overview= Go to the AWS Lambda Console -> Left Vertical Menu -> Functions -> Create Function Author from Scra...")
 
 
Line 1: Line 1:
=Internal=
=Internal=


* [[AWS_Lambda_Operations|AWS Lambda Operations]]
* [[AWS_Lambda_Operations#Create_a_Lambda_Function|AWS Lambda Operations]]


=Overview=
=Overview=

Latest revision as of 17:26, 4 April 2019

Internal

Overview

Go to the AWS Lambda Console -> Left Vertical Menu -> Functions -> Create Function

Author from Scratch

Basic Information

Function Name

playground-example

Runtime

Permissions

Lambda will create an execution role with permission to upload logs to Amazon CloudWatch Logs. The permissions can be further modified later.

Execution role

Create a new role from AWS policy templates.

Designer

Function code

Handler

Either <package>.<class-name>::<handler> or <package>.<class-name>.

Function Package

For an example of how to write the Java behavior behind a Lambda Function:

Java Lambda Development

Environment variables

Tags

Execution Role

Basic Settings

Test