Mehmet Nuri Deveci
Mehmet Nuri Deveci
Thanks for creating this issue @jtuliani, Your example is very specific to using a bash script which requires line endings as `LF`. There might be some other examples (e.g. dotnet...
Hi there, I assume you have more than one lambda function inside `cmd` folder, since this works with single Go lambda functions. I will tag this as a bug and...
@michal-sa if you have single lambda function, then you can move your `main.go` file under `func` and it should work in that case. Your folder structure will look like; ```...
This might be the default behaviour from CFN, can you run it with `--debug` flag and provide the logs? You may also try to deploy it directly to CFN (either...
Thanks for raising this issue! Today `sam build` deletes `.aws-sam/build` folder before starting a build, so that it will always start with a clean state. For that reason, it copies...
With [v1.104.0](https://github.com/aws/aws-sam-cli/releases/tag/v1.104.0) we've released build-in-source feature which eliminates some of the copy operations (it builds inside the source folder and symlinks to target folder in the end). As of now...
@ahurlburt I meant creating new issue if anyone faces any problem with build in source feature.
Hi there, It seems like `sam local invoke` execution fails when trying to read the logs from a stopped container. I've tried to re-produce this with a GoLang Hello World...
Hi @Rabadash8820 thanks for reporting this issue. We've tried to re-produce it with following files, but `sam local invoke` worked without any issues. Can you help us to identify what...
Thanks for reporting this issue @jesusaurus. This is a tricky one since you can use `AWS::ServerlessRepo::Application` with an app which was already published, for that case `Metadata` would not be...