-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Lambda PHP/Bref CDK sample #207
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@HarshCasper The PHP/Bref with and with
|
Fixes for the mentioned issues are in the works ...
Also remove unsupported `LAMBDA_DOCKER_FLAGS` by the Docker SDK client
The AWS CDK requires at least Node v14 aws/aws-cdk@d0a27c1 Trying to bump conservatively to Node v14: https://github.com/localstack/localstack-pro-samples/blob/master/.github/workflows/makefile.yml#L21 Even for v14, maintenance EOL is coming soon: https://github.com/nodejs/Release
Requires more follow up work before migrating to v3: ``` Serverless: Deprecation warnings: Variables resolver reports following resolution errors: - Cannot resolve variable at "resources.Resources.ApiGatewayRestApi.Properties.Name": Value not found at "self" source, - Cannot resolve variable at "resources.Outputs.RestApiId.Export.Name": Value not found at "self" source From a next major this will be communicated with a thrown error. Set "variablesResolutionMode: 20210326" in your service config, to adapt to new behavior now More Info: https://www.serverless.com/framework/docs/deprecations/#NEW_VARIABLES_RESOLVER Resolution of lambda version hashes was improved with better algorithm, which will be used in next major release. Switch to it now by setting "provider.lambdaHashingVersion" to "20201221". While it is highly encouraged to upgrade to new algorithm, you can still use the old approach by setting "provider.lambdaHashingVersion" to "20200924". More Info: https://www.serverless.com/framework/docs/deprecations/#LAMBDA_HASHING_VERSION_V2 ```
HarshCasper
approved these changes
Feb 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Simple PHP/Bref serverless application using a shared Lambda layer deployable with AWS CDK to LocalStack.
Preview
https://github.com/localstack/localstack-pro-samples/tree/lambda-php-bref-cdk-app/lambda-php-bref-cdk-app
Demonstrates
fpm
using Laravel base exampleLAMBDA_DOCKER_FLAGS=--user nobody
Related issues
localhost'. This service may not be available in the
us-east-1' region. localstack/serverless-localstack#125LAMBDA_DOCKER_FLAGS=--platform linux/amd64
is required until bug: PROVIDER_OVERRIDE_LAMBDA=asf, difficulties on macOS (linux/arm64 V8) localstack/localstack#7637 is resolved.LAMBDA_DOCKER_FLAGS=--user nobody
to force all lambdas to execute asnobody
until the above issue is fixedOpen Tasks