johnc44

Results 4 issues of johnc44

Would it be possible to add some samples showing how to use Swagger? It's all quite unintuitive to me and the documentation currently isn't that helpful. I found a really...

type/docs
area/examples
area/resource/api
maintainer/need-response

### Description I'm not able to use git/ssh based dependencies using PIP and SAM. Using a git dependency in my requirements.txt file like this: git+ssh://[email protected]/myaccount/example.git When running sam build from...

area/build
maintainer/need-followup

### Description Template uses !Sub to determine the CORS string to use. When using sam local start-pi the following error is thrown: b'Error: AllowOrigin must be a quoted string (i.e....

type/feature
priority/2-important
area/local/start-api
area/intrinsics
maintainer/need-followup

### Describe your idea/feature/enhancement In a requirements.txt file I can have something like this: git+ssh://[email protected]/path/to/my.git If I do a sam build on this, it works. But if I add --use-container...

area/build
maintainer/need-response