> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/continuous-delivery/troubleshooting-and-resources/armory/general/lambda-creation-for-aws-exception-no-message-available.md).

# Lambda Creation for AWS-Exception- No message available

### Issue <a href="#issue" id="issue"></a>

When creating Lambda functions in Spinnaker, users may see the following non-descriptive error:

In checking Clouddriver after receiving the error, the following errors can be found in the logs: WARN 1 --- \[nio-7002-exec-9] c.n.s.k.w\.e.GenericExceptionHandlers : Handled error in generic exception handler com.netflix.spinnaker.clouddriver.orchestration.AtomicOperationConverterNotFoundException: null ... com.netflix.spinnaker.clouddriver.orchestration.AnnotationsBasedAtomicOperationsRegistry.getAtomicOperationConverter(AnnotationsBasedAtomicOperationsRegistry.groovy:71)

### Cause <a href="#cause" id="cause"></a>

This error is related to the following Github issue request<https://github.com/spinnaker/spinnaker/issues/6355> Which was subsequently looking to be resolved with the following PR:<https://github.com/spinnaker/clouddriver/pull/5272>
