Hi. Anybody has seen this error? ``` error: ope...
# general
a
Hi. Anybody has seen this error?
Copy code
error: operation error CloudControl: UpdateResource, https response error StatusCode: 400, RequestID: XXXX, api error ValidationException: [REPLACE Operation] noSuchPath in source, path provided : //Code
Trying to update a Lambda using
aws-native
for typescript. One combination of S3 path + handler works, another, equally valid, produces the above error.
For future reference - `aws-native`’s lambda support (at least for current version
"@pulumi/aws-native": "^0.15.0",
) is not great. Update operations fail miserably. Create works - update doesn’t.
w
Wow @acceptable-insurance-51692, you are totally right! Same with:
Copy code
"@pulumi/aws-native": "^0.19.0"
🙂 1