AWS Lambda
AWS Lambda lets you run code without provisioning or managing servers. You pay only for the compute time you consume.
With Lambda, you can run code for virtually any type of application or backend service – all with zero administration. Just upload your code and Lambda takes care of everything required to run and scale your code with high availability. You can set up your code to automatically trigger from other AWS services or call it directly from any web or mobile app.
Below are the cmdlets which are available with AWS Lambda
CmdletName | ServiceOperation |
Add-LMLayerVersionPermission | AddLayerVersionPermission |
Add-LMPermission | AddPermission |
Add-LMResourceTag | TagResource |
Get-LMAccountSetting | GetAccountSettings |
Get-LMAlias | GetAlias |
Get-LMAliasList | ListAliases |
Get-LMEventSourceMapping | GetEventSourceMapping |
Get-LMEventSourceMappingList | ListEventSourceMappings |
Get-LMFunction | GetFunction |
Get-LMFunctionConcurrency | GetFunctionConcurrency |
Get-LMFunctionConfiguration | GetFunctionConfiguration |
Get-LMFunctionEventInvokeConfig | GetFunctionEventInvokeConfig |
Get-LMFunctionEventInvokeConfigList | ListFunctionEventInvokeConfigs |
Get-LMFunctionList | ListFunctions |
Get-LMLayerList | ListLayers |
Get-LMLayerVersion | GetLayerVersion |
Get-LMLayerVersionByArn | GetLayerVersionByArn |
Get-LMLayerVersionList | ListLayerVersions |
Get-LMLayerVersionPolicy | GetLayerVersionPolicy |
Get-LMPolicy | GetPolicy |
Get-LMProvisionedConcurrencyConfig | GetProvisionedConcurrencyConfig |
Get-LMProvisionedConcurrencyConfigList | ListProvisionedConcurrencyConfigs |
Get-LMResourceTag | ListTags |
Get-LMVersionsByFunction | ListVersionsByFunction |
Invoke-LMFunction | Invoke |
Invoke-LMFunctionAsync | InvokeAsync |
New-LMAlias | CreateAlias |
New-LMEventSourceMapping | CreateEventSourceMapping |
Publish-LMFunction | CreateFunction |
Publish-LMLayerVersion | PublishLayerVersion |
Publish-LMVersion | PublishVersion |
Remove-LMAlias | DeleteAlias |
Remove-LMEventSourceMapping | DeleteEventSourceMapping |
Remove-LMFunction | DeleteFunction |
Remove-LMFunctionConcurrency | DeleteFunctionConcurrency |
Remove-LMFunctionEventInvokeConfig | DeleteFunctionEventInvokeConfig |
Remove-LMLayerVersion | DeleteLayerVersion |
Remove-LMLayerVersionPermission | RemoveLayerVersionPermission |
Remove-LMPermission | RemovePermission |
Remove-LMProvisionedConcurrencyConfig | DeleteProvisionedConcurrencyConfig |
Remove-LMResourceTag | UntagResource |
Update-LMAlias | UpdateAlias |
Update-LMEventSourceMapping | UpdateEventSourceMapping |
Update-LMFunctionCode | UpdateFunctionCode |
Update-LMFunctionConfiguration | UpdateFunctionConfiguration |
Update-LMFunctionEventInvokeConfig | UpdateFunctionEventInvokeConfig |
Write-LMFunctionConcurrency | PutFunctionConcurrency |
Write-LMFunctionEventInvokeConfig | PutFunctionEventInvokeConfig |
Write-LMProvisionedConcurrencyConfig | PutProvisionedConcurrencyConfig |
You can also check other AWS Services, and each services cmdlets we are providing.