Put Events request to EventBridge Global EndPoint Errors with SigV4a signer #4334
Unanswered
pkaflekafle
asked this question in
Q&A
Replies: 1 comment
-
The error message has the answer:
You need to add
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HI,
I am unable to send Put Events request to EventBridge Global EndPoint and constantly getting same error shown below. I can send request to EventBus but not to global endpoint using 'software.amazon.awssdk.eventbridge '
I can send request to Endpoint using python but not with java based code.
<style> </style>AWS Service:
Global endpoints for Amazon EventBridge
Issue with software.amazon.awssdk.eventbridge
<java.version>17</java.version> <aws.java.sdk.version>2.20.115</aws.java.sdk.version> <springcloud.version>2022.0.4</springcloud.version>
|
Error:
Cannot find the software.amazon.awssdk.authcrt.signer.AwsCrtV4aSigner class. To invoke a request that requires a SigV4a signer, such as region independent signing, the 'auth-crt' core module must be on the class path.
at software.amazon.awssdk.auth.signer.SignerLoader.initializeV4aSigner([SignerLoader.java]
Beta Was this translation helpful? Give feedback.
All reactions