-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AnalyticsApplicationOutput does not implement pulumi.Output (missing Apply method) #1321
Comments
@EvanBoyle could you triage this one? |
related to pulumi/pulumi#6170 and pulumi/pulumi#6128 This is a schematype colliding with generated types (codegen error). @viveklak can you take a look? |
@jslauthor this is a compilation error in the aws go SDK due to type collision. Was this working for you previously? If so, can you try downgrading the version of the AWS SDK you're using? |
Hi @EvanBoyle! It was working before and I tried downgrading to |
Can you try 3.21.0 or 3.15.0? |
@EvanBoyle Same error. Here's my
|
@EvanBoyle is there anything else I can help with here? Or can I use a potential workaround? This is blocking me currently. Thank you for your help! |
@viveklak any thoughts? |
@jslauthor we have fixes in the works on #6209 which should hopefully be merged soon. Apologies for the inconvenience. In terms of workarounds, I believe this was broken in v3.13.0 of the SDK. Could you try downgrading the SDK to 3.12.2 or so? |
This will be fixed in 3.26.0. |
@viveklak FYI, this is still broken in
Do I need to do anything else to update it? |
Apologies - looks like the change didn't make it through to the SDK in 3.26.x. Its staged here #1335 and should be available for the next release. |
Hello all. I'm receiving an error when creating a stream with the Kinesis library. This happened around the
v2.18.2
SDK release (it was working prior) when runningpulumi up
orgo get
:and here's the stream code:
I've tried downgrading to
2.18.0
, but I received the same error. I've and triedgo clean --modcache && go get
to no avail. Any ideas?The text was updated successfully, but these errors were encountered: