brefphp / extra-php-extensions

Community-maintained extra PHP extensions usable in AWS Lambda with the Bref PHP runtimes.
https://bref.sh/docs/environment/php.html#extra-extensions
213 stars 109 forks source link

Layer ARN #23

Closed deleugpn closed 4 years ago

deleugpn commented 4 years ago

I'm looking into integrating AWS Cognito and we're making use of JWT Framework to validate the tokens. I'll be needing the GMP extension, but I don't use the Serverless Framework. I wanted to know what's the Layer ARN that I can use to enable the extension.

Thanks!

mnapoli commented 4 years ago

Sorry it's pretty bare but here is the layer ARN: https://github.com/brefphp/extra-php-extensions/blob/master/index.js#L30

And versions are here: https://github.com/brefphp/extra-php-extensions/blob/master/layers.json

deleugpn commented 4 years ago

This is more than enough! Thank you!!