Search code examples
scalaamazon-kinesis-firehose

putRecord in stream fails to find firehose


So I am trying to implement

https://docs.aws.amazon.com/code-samples/latest/catalog/javav2-firehose-src-main-java-com-example-firehose-PutRecord.java.html

but when I copy over the imports, it never finds firehose. As you can see in the picture, the awssdk is available, just not the firehose portion. Anyone know where this should be properly referenced?

enter image description here


Solution

  • So I did find the answer on this. In the file menu in IntelliJ, there is "Invalidate Caches". Clear them and reinstall, and the issue goes away.