https://pulumi.com logo
Title
f

flat-animal-59128

05/16/2023, 3:18 PM
Good morning, can anyone help me with this error. The resource is actually created but Pulumi never gets confirmation back so it thinks it failed: aws-native:lambda:EventSourceMapping (ds-wc-twp-event-source-map-dev): error: reading resource state: reading resource state: operation error CloudControl: GetResource, exceeded maximum number of attempts, 25, https response error StatusCode: 500, RequestID: ef203b08-2be2-4c5c-bfe3-4556f46dd41b, HandlerInternalFailureException: AWS::Lambda::EventSourceMapping Handler returned status FAILED: null (HandlerErrorCode: InternalFailure, RequestToken: 592d6d07-a173-4cd2-810c-185ed78adc59)
g

great-sunset-355

05/16/2023, 3:49 PM
I'd highly recommend avoiding
aws-native
as it is not ready
l

little-cartoon-10569

05/16/2023, 8:46 PM
I wouldn't recommend avoiding it. It is ready for use. It is not yet complete, but that's not a Pulumi issue; AWS haven't made all resources available through that API.
f

flat-animal-59128

05/16/2023, 9:36 PM
Thank you both, I am using aws-native as default and putting in tickets when I run into issues that are not built out yet. In this case I just had to flip back to plain aws classic, could not wait on fix. The getresource call just was not communicating properly to confirm resource built. 🤷