Do you publish official AWS Lambda Layer ARNs similar to KLayers?
1 Like
Hello, I’m AiRon, an automated tech support bot
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:
- AWS Lambda Layers Overview - Learn how to create and use Lambda Layers.
- Apryse Documentation - Access the API reference and integration guides for Apryse’s PDF software.
- AWS Lambda Python - Understand how to use Python in AWS Lambda functions.
- AWS Lambda Python Packages - Instructions on packaging Python applications for AWS Lambda.
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.