-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2,377 changed files
with
22,006 additions
and
568,697 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[run] | ||
branch = True | ||
[report] | ||
exclude_lines = | ||
pragma: no cover | ||
raise NotImplementedError.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[flake8] | ||
max-line-length = 120 | ||
ignore = E126 | ||
exclude = samcli/local/init/templates |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<!-- | ||
Before reporting a new issue, make sure we don't have any duplicates already open or closed by | ||
searching the issues list. If there is a duplicate, re-open or add a comment to the | ||
existing issue instead of creating a new one. If you are reporting a bug, | ||
make sure to include relevant information asked below to help with debugging. | ||
## GENERAL HELP QUESTIONS ## | ||
Github Issues is for bug reports and feature requests. If you have general support | ||
questions, the following locations are a good place: | ||
- Slack channel (#samdev): https://awssamopensource.splashthat.com/ | ||
- Post a question in StackOverflow with "aws-sam-cli" tag | ||
--> | ||
|
||
**Description:** | ||
|
||
<!-- Briefly describe the problem you are facing --> | ||
|
||
**Steps to reproduce the issue:** | ||
1. | ||
2. | ||
3. | ||
|
||
**Observed result:** | ||
|
||
**Expected result:** | ||
|
||
**Additional environment details (Ex: Windows, Mac, Amazon Linux etc)** | ||
|
||
**Output of `sam --version`**: | ||
|
||
**Optional Debug logs**: | ||
|
||
`Add --debug flag to command you are running` |
Oops, something went wrong.