Skip to content

Update-LMFunctionConfiguration - The operation cannot be performed at this time. #292

Answered by dburtsev
dburtsev asked this question in Q&A
Discussion options

You must be logged in to vote
            [Amazon.Lambda.Model.UpdateFunctionConfigurationResponse]$updConf = Update-LMFunctionConfiguration -FunctionName $FunctionName -Handler $Handler -Runtime $Runtime -Role $Role -Description $Description -Timeout $Timeout -TracingConfig_Mode $TracingConfig_Mode -VpcConfig_SecurityGroupId $VpcConfig_SecurityGroupId -VpcConfig_SubnetId $VpcConfig_SubnetId -EphemeralStorage_Size $EphemeralStorage_Size -MemorySize $MemorySize -Layer $Layers
            if ($updConf.HttpStatusCode -ne 'OK') {
                Write-Error "Update-LMFunctionConfiguration  HttpStatusCode expect 'OK' get "+ $updConf.HttpStatusCode
            }
            # check the Active state, and that the LastUpdateS…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by dburtsev
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant