I want to enable intl extension on lambda layer with CDK #1378
-
I'm using bref to build Laravel + AWS Lambda app with AWS CDK instead of serverless framework. Bref Layer Version: And I want to enable intl extension on lambda layer with CDK. With serverless framework environment, we should enable it according to below procedure. ( put But with CDK, I don't know how to enable it. Note: I'm aware that other extra PHP extensions can be enabled according to below procedure. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
You need to create a file in |
Beta Was this translation helpful? Give feedback.
-
@deleugpn already answered your question but I wanted to let you know about https://github.com/brefphp/constructs It's still in beta, but it might be useful eventually. |
Beta Was this translation helpful? Give feedback.
-
@mnapoli I have a similar issue where I'm getting the following warning: Any idea where I'm going wrong? I'm using docker images with the following Dockerfile:
|
Beta Was this translation helpful? Give feedback.
You need to create a file in
{PROJECT_ROOT}/php/conf.d/php.ini
where you placeextension=intl
as documented here https://bref.sh/docs/environment/php.html#extensions-installed-but-disabled-by-default