nice-airport-15607
09/16/2021, 7:33 PMpending_operations
? I’ve tried the stack export/import solution as well was pulumi cancel
and NOTHING seems to be working?bored-oyster-3147
09/16/2021, 7:42 PMnice-airport-15607
09/16/2021, 8:02 PMpulumi up
spits it backbored-oyster-3147
09/16/2021, 8:02 PMnice-airport-15607
09/16/2021, 8:02 PMsomeLambda (aws:lambda:Function)
error: 1 error occurred:
* updating urn:pulumi:<stack>::<name>::aws:lambda/function:Function::someLambda: Error modifying Lambda Function Code someLambda-a3069be: ResourceConflictException: The operation cannot be performed at this time. An update is in progress for resource: arn:aws:lambda:us-east-1:<accountId>:function:someLambda-a3069be
status code: 409, request id: 85a622a7-42ab-4e6c-b2cd-23d89205182b
bored-oyster-3147
09/16/2021, 8:05 PMnice-airport-15607
09/16/2021, 8:07 PMbored-oyster-3147
09/16/2021, 8:08 PMnice-airport-15607
09/16/2021, 8:09 PMbored-oyster-3147
09/16/2021, 8:10 PMnice-airport-15607
09/16/2021, 8:12 PMbored-oyster-3147
09/16/2021, 8:13 PMnice-airport-15607
09/16/2021, 8:13 PMaws lambda get-function --function-name someFunctionName --query 'Configuration.[State, LastUpdateStatus]'
[
"Active",
"Successful"
]
bored-oyster-3147
09/16/2021, 8:17 PMnice-airport-15607
09/16/2021, 8:18 PMActive
, yet i get the pulumi error 409 “pending operation”bored-oyster-3147
09/16/2021, 8:35 PMnice-airport-15607
09/16/2021, 8:41 PMbored-oyster-3147
09/16/2021, 8:47 PM