Anyone had this happen before? When modifying lamb...
# general
r
Anyone had this happen before? When modifying lambda code (created by
awsx.apigateway.API
) this happens: (I’ve played with modifying Lambda code like this yesterday and it worked without problems 😕 - just plain old JavaScript)
Trivial modifications fail - such as adding or removing a
console.log()
statement.
n
Hi, Dusans teammate here! https://github.com/pulumi/pulumi-aws/issues/1651 this issue looks similar to our, but we think we are using newer versions than these.
1
Latest Pulumi CLI and npm packages:
Copy code
"@Pulumi/aws": "^4.0.0",
"@Pulumi/aws-native": "^0.12.0",
"@Pulumi/awsx": "^0.33.0",
1
It looks like it was a problem with package versions.
"@Pulumi/awsx": "^0.30.0"
which is default when initiating project works as expected