https://pulumi.com logo
Title
a

acceptable-insurance-51692

04/20/2022, 3:25 PM
Hi. Anybody has seen this error?
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

witty-monitor-18849

07/29/2022, 8:05 PM
Wow @acceptable-insurance-51692, you are totally right! Same with:
"@pulumi/aws-native": "^0.19.0"
🙂 1