-
Hello, on the AWS settings, the lambda is running in a
Dependencies
The ErrorWhile running inside an arm64 lambda function this error occur.
however if the same code is run locally(Arm CPU) the timeout does not happen and the thing is created in the IoT part. [Note] if the operation timeout is increased to 20 seconds, the timeout error becomes a Also i tried with a non arm64 architecture lambda and the results were the same so i don’t think its CPU architecture related. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Without more information, this sounds like a Lambda configuration issue. Is the Lambda part of a VPC that is preventing it from talking to the IoT service? Does it work with another language SDK (maybe Python or JS?) on the same Lambda configuration? Configuring |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Without more information, this sounds like a Lambda configuration issue. Is the Lambda part of a VPC that is preventing it from talking to the IoT service? Does it work with another language SDK (maybe Python or JS?) on the same Lambda configuration?
Configuring
tracing-subscriber
to outputdebug
level messages may also be helpful for seeing what's going on.