aws-sam-cli-local icon indicating copy to clipboard operation
aws-sam-cli-local copied to clipboard

Simple wrapper around AWS SAM CLI for use with LocalStack

Results 5 aws-sam-cli-local issues
Sort by recently updated
recently updated
newest added

Hello, I have an application using nested stacks, after deploying it successfully, whenever I want to delete it I get the following error: `Error: URL given to the parse method...

I am running localstack (1.0.0) locally and I am trying to deploy a lambda method (python) that I formerly tested with AWS. The deployment using `samlocal` hangs: ``` samlocal deploy...

I am running my make commands within a Git bash shell on Windows 10. Actual Makefile target causing the problem: ``` TEMPLATES = $(shell find . -type f -name 'template.yml')...

`samlocal sync` works fine when used without the `--watch` flag, but with the flag I get the following error after the initial sync completes: ``` $ samlocal sync --stack-name sam-app...

My initial `samlocal deploy` hinted that I should do a guided deployment (so `samlocal deploy --guided`), after doing that I had a complete 'samconfig.toml' file, alongside my SAM 'template.yaml' file....

needs-triaging