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

CmdletNameServiceOperation
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.

Click on this Link for an Single place, where you get all the PowerShell cmdlets sorted based on the modules.

You can also refer other blogs on PowerShell at link

You can also refer other blogs on Microsoft at link

And also if you required any technology you want to learn, let us know below we will publish them in our site http://tossolution.com/

Like our page in Facebook and follow us for New technical information.

References are taken from Microsoft and AWS

Leave a Reply

Your email address will not be published. Required fields are marked *