Skip to main content
AWS Lambda
AWS Lambda
66 actions · 1 auth method
PreviewDeveloper ToolsInfrastructure

Authentication

AWS IAM Credentials

Use AWS IAM Access Keys to authenticate with AWS Lambda.Guides: Connector Profile, Link Account
Actions
66 actions
Action
Description
Get Account Settings
Retrieve your Lambda account limits and usage in the AWS Region
Invoke Function
Invoke a Lambda function synchronously or asynchronously
List Aliases
List the aliases for a Lambda function
Get Alias
Retrieve details about a Lambda function alias
Create Alias
Create an alias for a Lambda function version
Update Alias
Update the configuration of a Lambda function alias
Delete Alias
Delete a Lambda function alias
List Code Signing Configs
List the code signing configurations in the AWS account and region
Get Code Signing Config
Retrieve a code signing configuration by ARN
Create Code Signing Config
Create a code signing configuration that defines trusted publishers and a signing policy
Update Code Signing Config
Update an existing code signing configuration
Delete Code Signing Config
Delete a code signing configuration
List Functions By Code Signing Config
List the functions that use the specified code signing configuration
Get Function Code Signing Config
Retrieve the code signing configuration associated with a function
Put Function Code Signing Config
Attach a code signing configuration to a function
Delete Function Code Signing Config
Remove the code signing configuration from a function
List Function Event Invoke Configs
List the asynchronous invocation configurations for a Lambda function
Get Function Event Invoke Config
Retrieve the asynchronous invocation configuration for a function, version, or alias
Put Function Event Invoke Config
Configure asynchronous invocation for a function, version, or alias (overwrites existing config)
Update Function Event Invoke Config
Update the asynchronous invocation configuration for a function, version, or alias
Delete Function Event Invoke Config
Delete the asynchronous invocation configuration for a function, version, or alias
List Event Source Mappings
List the event source mappings for a function or event source
Get Event Source Mapping
Retrieve details about a single event source mapping
Create Event Source Mapping
Create a mapping between an event source and a Lambda function
Update Event Source Mapping
Update the settings of an existing event source mapping
Delete Event Source Mapping
Delete an event source mapping identified by its UUID
List Provisioned Concurrency Configs
List the provisioned concurrency configurations for a Lambda function
Get Provisioned Concurrency Config
Retrieve the provisioned concurrency configuration for a function’s alias or version
Put Provisioned Concurrency Config
Add a provisioned concurrency configuration to a function’s alias or version
Delete Provisioned Concurrency Config
Delete the provisioned concurrency configuration for a function
Get Runtime Management Config
Retrieve the runtime management configuration for a function’s version
Put Runtime Management Config
Set the runtime management configuration for a function’s version
Get Function Recursion Config
Retrieve a function’s recursive loop detection configuration
Put Function Recursion Config
Set a function’s recursive loop detection configuration
List Functions
List the Lambda functions in the AWS account and region
Get Function
Retrieve information about a Lambda function or a specific version
Get Function Configuration
Retrieve the version-specific configuration settings of a Lambda function
Create Function
Create a Lambda function from a deployment package and execution role
Update Function Code
Update the code of a Lambda function from a package or container image
Update Function Configuration
Modify the version-specific configuration settings of a Lambda function
Delete Function
Delete a Lambda function or a specific version
Publish Version
Publish an immutable version from the current function code and configuration
List Versions By Function
List the published versions of a Lambda function
Get Function Concurrency
Retrieve the reserved concurrency configuration for a function
Put Function Concurrency
Set the reserved concurrency limit for a function
Delete Function Concurrency
Remove the reserved concurrency limit from a function
List Function URL Configs
List the Lambda function URLs configured for a function
Get Function URL Config
Retrieve details about a Lambda function URL
Create Function URL Config
Create a Lambda function URL with the specified configuration
Update Function URL Config
Update the configuration for a Lambda function URL
Delete Function URL Config
Delete a Lambda function URL
List Layers
List the Lambda layers in the AWS account and region
List Layer Versions
List the versions of a Lambda layer
Get Layer Version
Retrieve information about a specific version of a Lambda layer
Get Layer Version By Arn
Retrieve information about a Lambda layer version by its ARN
Get Layer Version Policy
Retrieve the resource-based permission policy for a Lambda layer version
Publish Layer Version
Create a Lambda layer from a ZIP archive
Delete Layer Version
Delete a version of a Lambda layer
Add Layer Version Permission
Grant another account or organization permission to use a Lambda layer version
Remove Layer Version Permission
Remove a statement from the permission policy of a Lambda layer version
Get Policy
Retrieve the resource-based IAM policy for a Lambda function
Add Permission
Grant a principal permission to use a Lambda function
Remove Permission
Revoke function-use permission by removing a policy statement
List Tags
List the tags on a Lambda function, event source mapping, or code signing configuration
Tag Resource
Add tags to a Lambda function, event source mapping, or code signing configuration
Untag Resource
Remove tags from a Lambda function, event source mapping, or code signing configuration

Getting Started

1

Create or Select a Project

Set up a new project or select an existing one. See the Projects Guide.
2

Configure the Connector

Enable the connector and set up a connector profile in your project. See Managing Connectors.
https://stackone-logos.com/api/aws/icon/png

Connector Profile

AWS Lambda - AWS IAM Credentials
3

Link an Account

Connect an account using StackOne Hub or Auth Link.
https://stackone-logos.com/api/aws/icon/png

Link Account

AWS Lambda - AWS IAM Credentials
4

Use Actions

Invoke actions using one of the methods below: