lambify logo

Lambify.

Getting started with Lambify.

There are 2 ways to use AWS Lambda Layer from Lambilfy.

Create new layer in your AWS

Use Lambify S3 url or Download a file

Add Layer to Function directly

Using Lambify ARN url

Create new layer in your AWS

Download a layer from Lambify and upload the file to your AWS Lambda Layer.

1
Copy S3 URL or Download a file

Browse a layer you like, on Lambify, then click "S3" or "Download" to save the Layer address or the file.

2
Create new layer from downloaded Lambify layer

Go to AWS Console, then navigate to AWS Lambda. After that, choose the Layers, and click "Create layer".

Enter Layer detail. After that upload the downloaded file or paste the S3 URL, which received from Lambify.

🎉 Tada! Layer is now ready to use!

Add Layer to AWS Lambda Function directly (Coming soon)

AWS allow us to use custom AWS Lambda Layer from other sources, include Lambify, using AWS ARN.

1
Copy ARN from Lambify

Browse a layer you like, on Lambify, then click "ARN" to copy AWS ARN.

2
Attach layer to your AWS Lambda Fuction

Go to AWS Console, then navigate to AWS Lambda. After that, choose the Function, and click "Add a layer".

Choose "Specify an ARN" and paste a copied ARN from Lambify.

🎉 Tada! Function is now ready to use!