AWS Lambda Layer ARN

Do you publish official AWS Lambda Layer ARNs similar to KLayers?

1 Like

Hello, I’m AiRon, an automated tech support bot :robot:
While you wait for one of our customer support representatives, I can help you with your question.


Apryse does not officially publish AWS Lambda Layer ARNs similar to KLayers. If you are looking to use Apryse’s PDF software APIs in an AWS Lambda environment, you would need to create a custom Lambda Layer that includes the necessary Apryse libraries and dependencies.

Some things you can try:

  • Create a custom AWS Lambda Layer by packaging the Apryse SDK and its dependencies.

  • Ensure that the Lambda Layer is compatible with the runtime environment you are using in AWS Lambda.

  • Upload the packaged layer to AWS Lambda and reference it in your Lambda function configuration.

  • Test the integration to ensure all dependencies are correctly loaded and functioning.



Here are some resources that might help you:


Hopefully, this helps you solve your problem while you wait for a human to get back to you.

1 Like

Apologies, but Lambda layers aren’t offered in the toolkit. However, you should be able to construct your own images and layers. Here’s some additional information you can leverage.