AWS Lambda Operations: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 24: | Line 24: | ||
Create a new role from AWS policy templates. | Create a new role from AWS policy templates. | ||
==Designer== | |||
==Function code== | |||
==Environment variables== | |||
==Tags== | |||
==Execution Role== | |||
==Basic Settings== |
Revision as of 23:49, 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.