AWS Lambda Operations: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * AWS Lambda") |
No edit summary |
||
Line 2: | Line 2: | ||
* [[AWS Lambda#Subjects|AWS Lambda]] | * [[AWS Lambda#Subjects|AWS Lambda]] | ||
=Create a Lambda Function= | |||
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. |
Revision as of 23:48, 7 March 2019
Internal
Create a Lambda Function
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.