Mehmet Nuri Deveci
Mehmet Nuri Deveci
Thanks for raising this PR! Can we add some tests to cover the case which is been fixed by this PR? So that we won't have the same issue by...
Hi @th3g3ntl3men , can you explain your feature request in a little bit detail, giving some examples with it?
@awsjeffg looks like it is. @th3g3ntl3men AWS SAM CLI doesn't build nested stacks recursively. Instead you need to provide template location from the build directory for child stacks. I think...
Closing this due to inactivity. To reopen this please create an issue first to get it prioritized with the SAM team.
> @qingchm, @hawflau Did you have some time to look into this? Thanks for this PR @Macok, I've updated your branch with latest from develop. I will check with @qingchm...
Thanks for fixing the issues @Lucas-C. The only worry that I have is the library that you've added. It seems it is not maintained anymore (last commit from 2020). Can...
@Lucas-C thank you very much for your efforts, we really appreciate the community contributions for this project! I feel your pain and I am doing my best to help you...
Thanks for your contribution @WinterYukky ! I will be converting this PR into draft until you will have some time to address comments from second part of @moelasmar's suggestion.
As @lestephane recommended, tests can be skipped by providing `MAVEN_OPTS="-DskipTests=true"`. You can also set that while running `--use-container` option. Building in process; `MAVEN_OPTS="-DskipTests=true" sam build` Building inside container; `sam build...
Lambda builders explicitly exclude `.so` files which was configured here; https://github.com/aws/aws-lambda-builders/blob/develop/aws_lambda_builders/workflows/python_pip/workflow.py#L33 You can use custom makefile builds to fix this issue, which was explained here: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/building-custom-runtimes.html