Closed aponcz closed 2 years ago
Please see here and let me know if you still have questions. https://github.com/customink/lamby/issues/94#issuecomment-847994877
Or better yet, this one https://github.com/customink/lamby/issues/95
Gonna close this hoping the links above are the answers. If not, lemme know.
Thanks @metaskills - I managed to get this working in CodeBuild. Here are the updates that needed to be made:
Dockerfile-build
ENV HOST_GID=0
ENV HOST_UID=0
buildspec.yml
version: 0.2
phases:
build:
commands:
- ./bin/setup
- ./bin/deploy
Oh, that is interesting. Re-opened. I would have expected Linux to work as is based on this work. https://github.com/customink/lamby-cookiecutter/pull/11/files
Related on the CodeDeploy side when using a linear DeploymentPreference
https://github.com/aws/aws-sam-cli/issues/2761
Not going to worry about CodePipeline. Ping me if you want to contribute here.
How would one go about getting Lamby working with AWS Code Pipeline, more specifically CodeBuild. I'm encountering the following error: