johnc44
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...
### 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...
### 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....
### 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...