moznion's tech blog

moznion's technical memo

aws-lambda-perl5-layer is now available

I've released aws-lambda-perl5-layer: this is an AWS Lambda runtime layer for Perl5.

github.com

This project makes you to be able to execute Perl5 on AWS Lambda. This project uses AWS Lambda Runtime API that was announced re:Invent 2018. For detail of the API, please refer to the following documentation:

And I've published layers so you can start to use Perl5 Lambda with the provided one right now. Provided ARNs are following:

  • arn:aws:lambda:${REGION}:652718333417:layer:perl-5_26-layer:1
  • arn:aws:lambda:${REGION}:652718333417:layer:perl-5_28-layer:1

Supported regions are following:

  • ap-northeast-1
  • ap-northeast-2
  • ap-south-1
  • ap-southeast-1
  • ap-southeast-2
  • ca-central-1
  • eu-central-1
  • eu-west-1
  • eu-west-2
  • eu-west-3
  • sa-east-1
  • us-east-1
  • us-east-2
  • us-west-1
  • us-west-2

Please see the repository documentation and moznion/aws-lambda-perl5-layer-example for usage.

github.com

Enjoy!