Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
248 commits
Select commit Hold shift + click to select a range
c135ac2
Updating NPM publish script to add README.md to the package
sanathkr Aug 11, 2017
779b845
Merge pull request #14 from sanathkr/develop
PaulMaddox Aug 11, 2017
c55d5d6
add new sam local banner (#17)
Aug 12, 2017
533d6bc
Don't check for updates on dev builds
sanathkr Aug 12, 2017
e1042a6
!Join fails validation because of missing colon in regex. Fixes #25
sanathkr Aug 13, 2017
3c03f0a
Merge pull request #26 from sanathkr/JoinIssue
PaulMaddox Aug 13, 2017
45d73f4
Merge pull request #23 from sanathkr/develop
PaulMaddox Aug 13, 2017
a4e5c23
Environment variable override file should use function logical ID for…
PaulMaddox Aug 13, 2017
f7c40e3
Updated goformation to be a properly vendored dependency now that the…
PaulMaddox Aug 13, 2017
c3ec68b
Update README.md
alexcasalboni Aug 14, 2017
359ff62
Merge pull request #33 from alexcasalboni/patch-1
PaulMaddox Aug 14, 2017
8c47aee
If the 'body' returned by a Lambda function is a number, don't choke.…
PaulMaddox Aug 14, 2017
3b46945
Fix typo in HOWTO under Getting Started Section (#43)
tchia04 Aug 14, 2017
9b99797
Updated testing instructions in Contributing Guide (#42)
PaulMaddox Aug 14, 2017
d242386
New goformation version removing unnecessary tag reading. Fixes #30 (…
pesama Aug 15, 2017
e3b6a17
Update README.md - Fix docker for mac link (#51)
yyolk Aug 15, 2017
a07d167
Update Readme: Docker file sharing need to be enabled (#44)
heikkis Aug 15, 2017
a686243
Don't set region if not configured in CLI. Fixes #48
sanathkr Aug 16, 2017
92900aa
Merge pull request #56 from sanathkr/develop
PaulMaddox Aug 16, 2017
e2dbb8f
Adding tests for getEnvironmentVariables (#62)
jrcryer Aug 16, 2017
942edeb
Made responses in Getting Started code into valid Proxy Integration r…
nikioftime Aug 17, 2017
64de79a
Support for changing Docker Volume Basedir (#47)
shlee322 Aug 17, 2017
d4773f9
Fixed runtime container working directory that caused it to be an empty
PaulMaddox Aug 18, 2017
c3266f1
Added TravisCI configuration
PaulMaddox Aug 18, 2017
18e2574
Point travis badge on README to develop branch
PaulMaddox Aug 18, 2017
8b0d21b
Fixed runtime container working directory bug (#74)
PaulMaddox Aug 18, 2017
52b312c
Added on the fly unzipping of packaged archives if the CodeUri ends w…
PaulMaddox Aug 18, 2017
2699c37
Merge branch 'develop' into packaged-codeuri
PaulMaddox Aug 18, 2017
d21bd63
Merge branch 'develop' of github.com:awslabs/aws-sam-local into develop
PaulMaddox Aug 18, 2017
9e2b864
Merge pull request #75 from PaulMaddox/packaged-codeuri
PaulMaddox Aug 18, 2017
ffe3c59
Merge branch 'develop' of github.com:PaulMaddox/aws-sam-local into de…
PaulMaddox Aug 18, 2017
23fcfe0
'Headers' in API event source should be 'headers'. Fixes #64.
PaulMaddox Aug 18, 2017
f6a2a7f
Added some README bling
PaulMaddox Aug 18, 2017
62172a0
Merge pull request #78 from PaulMaddox/is-there-such-thing-as-too-man…
PaulMaddox Aug 18, 2017
68a822d
Merge branch 'develop' into incorrect-header
PaulMaddox Aug 19, 2017
8edcd3c
Merge pull request #77 from PaulMaddox/incorrect-header
PaulMaddox Aug 19, 2017
269b612
Static assets (#76)
PaulMaddox Aug 19, 2017
f17d0ff
Goformation 1.0.0 (#79)
PaulMaddox Aug 20, 2017
ae96c1c
Add function scope to loop of files open to prevent to make defer que…
tasuwo Aug 21, 2017
609b96c
Merge pull request #81 from tasuwo/fix-too-many-open-files-error
PaulMaddox Aug 21, 2017
0cc4296
New HTTP router implementation for start-api.
PaulMaddox Aug 21, 2017
62e59e7
Simplified (somewhat) the container working directory handling, as pr…
PaulMaddox Aug 22, 2017
4a50eb5
Fixed static directory mounting
PaulMaddox Aug 22, 2017
facefc5
Removed debug file
PaulMaddox Aug 22, 2017
2e52030
Just increasing test coverage of router
PaulMaddox Aug 22, 2017
0fb805b
Added npm permissions info.
PaulMaddox Aug 22, 2017
5e9260e
Merge pull request #84 from awslabs/PaulMaddox-patch-1
PaulMaddox Aug 23, 2017
30226ba
Add Gitter badge
gitter-badger Aug 23, 2017
caaa542
Merge branch 'develop' into new-api-router
PaulMaddox Aug 23, 2017
e2f5db8
Fixed edge case with getWorkingDirectory if just a template name in t…
PaulMaddox Aug 23, 2017
ac43b9a
Merge branch 'new-api-router' of github.com:PaulMaddox/aws-sam-local …
PaulMaddox Aug 23, 2017
7caefe9
Added test case for the previous commit;
PaulMaddox Aug 23, 2017
c2b0528
Merge pull request #85 from gitter-badger/gitter-badge
PaulMaddox Aug 23, 2017
8490a5b
Merge branch 'develop' into new-api-router
PaulMaddox Aug 23, 2017
abaebb4
Update README.md (#86)
PaulMaddox Aug 23, 2017
b725770
Merge branch 'develop' into new-api-router
PaulMaddox Aug 23, 2017
0d57b5e
Provide a flag to skip pulling images - helps reduce startup and exec…
johnewart Aug 26, 2017
89ca4af
Fixed redeclared CLI flag (#100)
PaulMaddox Aug 29, 2017
0067434
Cater for templates that have a CodeUri that points to a subdirectory
PaulMaddox Aug 31, 2017
ddbfb9e
Provide a flag to skip pulling images - helps reduce startup and exec…
johnewart Aug 26, 2017
70b403f
Fixed redeclared CLI flag (#100)
PaulMaddox Aug 29, 2017
f7c8514
New HTTP router implementation for start-api.
PaulMaddox Aug 21, 2017
5406a85
Simplified (somewhat) the container working directory handling, as pr…
PaulMaddox Aug 22, 2017
dcecaad
Merge branch 'develop' into new-api-router
PaulMaddox Aug 31, 2017
247fd25
Added env variable to add container to network
Inkromind Sep 4, 2017
ef49cf8
Use commandline argument to connect to docker network
Inkromind Sep 5, 2017
9e5ca10
Merge pull request #106 from Inkromind/feature/connect_containers_to_…
PaulMaddox Sep 5, 2017
3bf3172
Use correct type for body response
resios Sep 7, 2017
1a94f8d
Use correct type for statusCode
resios Sep 7, 2017
659ba6f
python example
Sep 7, 2017
fd12f7d
name fix
Sep 7, 2017
9e0271e
Merge branch 'develop' into new-api-router
PaulMaddox Sep 8, 2017
c3bb56f
Merge pull request #83 from PaulMaddox/new-api-router
PaulMaddox Sep 8, 2017
7fbf36c
Removed debug file
PaulMaddox Sep 8, 2017
de0fef6
Return 502 if status code is malformed
resios Sep 8, 2017
70238df
Formatted with gofmt after files were modified via GitHub web interface
PaulMaddox Sep 8, 2017
ba648df
Updated go-winio dependency to latest version.
PaulMaddox Sep 8, 2017
41ead0e
Merge branch 'develop' of https://github.com/awslabs/aws-sam-local in…
resios Sep 8, 2017
229bd29
Merge branch 'develop' into feature/pansen/python_packages
PaulMaddox Sep 8, 2017
406160c
Merge pull request #110 from pansen/feature/pansen/python_packages
PaulMaddox Sep 8, 2017
a932063
Merge branch 'develop' into develop
PaulMaddox Sep 8, 2017
41749b5
Only set session token variable (AWS_SESSION_TOKEN) if it was present…
resios Sep 12, 2017
810cbaf
Merge branch 'develop' into develop
sanathkr Sep 12, 2017
69633c0
Use correct type for statusCode (#108)
resios Sep 12, 2017
241a85d
Merge branch 'develop' into develop
PaulMaddox Sep 12, 2017
79dcd37
Update microsoft/go-winio dependency (#112)
PaulMaddox Sep 13, 2017
a8f7712
Update Goformation to latest version
resios Sep 16, 2017
4cc246e
Allow specifying of Cloudformation template parameters
resios Sep 16, 2017
2a1405f
Merge remote-tracking branch 'fork/develop' into develop
resios Sep 16, 2017
8624aae
Allow specifying of Cloudformation template parameters (#123)
resios Sep 20, 2017
b3101e5
Add support for --profile for selecting IAM credentials (#131)
stshan Sep 20, 2017
eca3ba3
Add support for prefix matching routing
resios Sep 27, 2017
5685682
Merge remote-tracking branch 'origin/develop' into up
resios Sep 27, 2017
b286db2
Merge remote-tracking branch 'fork/develop' into develop
resios Sep 27, 2017
63a2bc7
Replace all httpMethod attributes in the generated api event (#146)
bottemav Sep 29, 2017
e1ae697
fixed s3-event-source sample template
nishilshah17 Sep 29, 2017
be0e04b
Renamed OS X to macOS
quinnypig Oct 1, 2017
41b44a6
Merge branch 'develop' of https://github.com/awslabs/aws-sam-local in…
resios Oct 2, 2017
3fa1b80
Also use prefix matching whith catch-all paths
resios Oct 2, 2017
475432e
Fix NPM link in README
dbarlett Oct 2, 2017
93dae92
adding python and java hello-world examples
Oct 3, 2017
7feea3c
Merge pull request #152 from QuinnyPig/osx-rename
PaulMaddox Oct 4, 2017
f13bb11
Merge branch 'develop' into develop
PaulMaddox Oct 4, 2017
673e82b
Merge pull request #155 from dbarlett/develop
PaulMaddox Oct 4, 2017
9bb9b60
Merge branch 'develop' into develop
PaulMaddox Oct 4, 2017
27610b2
Merge branch 'develop' into develop
PaulMaddox Oct 4, 2017
b360a93
Merge pull request #151 from nishilshah17/develop
PaulMaddox Oct 4, 2017
b80be70
Merge branch 'develop' into hello-world-examples
PaulMaddox Oct 4, 2017
2d37b2a
Merge pull request #156 from huntsper/hello-world-examples
PaulMaddox Oct 4, 2017
b2f8f2c
Merge branch 'develop' into develop
PaulMaddox Oct 5, 2017
d0d6ae3
Merge pull request #143 from resios/develop
PaulMaddox Oct 5, 2017
9360974
Allow execution of AWS::Lambda::Function via the invoke subcommand
resios Oct 6, 2017
4bfe1b8
Add warning when no credentials found. Credential detection can take …
m5 Oct 8, 2017
796d2b3
adding documentation to node hello world example; git ignoring packag…
Oct 8, 2017
15d2716
Merge branch 'develop' into develop
PaulMaddox Oct 10, 2017
72b724f
Merge pull request #163 from resios/develop
pesama Oct 10, 2017
23fd313
test(event): add failing test for undefined PathParameters
fahrradflucht Oct 22, 2017
1f67490
fix(event): set PathParameters explicitly to nill if non
fahrradflucht Oct 22, 2017
22c305b
First import of Swagger support, lots more work to do
sapessi Oct 22, 2017
51183b0
Fixes issue 124: No log file is written with log-file (#177)
purefan Oct 24, 2017
e1661bd
Merge branch 'develop' into 173-path-parameters-falsely-defined
sanathkr Oct 24, 2017
7e06ee0
fix(deploy, package): propagate non-zero exit codes
fahrradflucht Oct 21, 2017
df8479b
Merge pull request #180 from Fahrradflucht/173-path-parameters-falsel…
PaulMaddox Oct 26, 2017
0590230
Merge branch 'develop' into 178-exit-code-propagation
PaulMaddox Oct 26, 2017
9bf5c0e
Merge pull request #179 from Fahrradflucht/178-exit-code-propagation
PaulMaddox Oct 27, 2017
303fece
Merge branch 'develop' of github.com:awslabs/aws-sam-local into develop
PaulMaddox Oct 30, 2017
f9e99b7
Updated vendored version of Goformation library to include fix for
PaulMaddox Oct 31, 2017
104a4ed
Vendored goformation/intrinsics dependency
PaulMaddox Oct 31, 2017
876b7a1
Docker mount path fixes for Windows.
PaulMaddox Oct 31, 2017
9c55b4b
added missing stage property to api event
holygrolli Nov 2, 2017
e924f33
Add generic Environment and OS improvements to samples/python-with-pa…
joshuadfranklin Nov 5, 2017
90bda48
Merge pull request #189 from adulescentulus/fix_missing_stage_property
PaulMaddox Nov 13, 2017
4190746
Merge branch 'develop' into develop
PaulMaddox Nov 13, 2017
0edd389
Merge branch 'develop' into windows-fixes
PaulMaddox Nov 16, 2017
38261b5
Updated vendored version of Goformation library to include fix for
PaulMaddox Oct 31, 2017
8dea5d6
Vendored goformation/intrinsics dependency
PaulMaddox Oct 31, 2017
31e3fb2
Merge branch 'develop' of github.com:PaulMaddox/aws-sam-local into de…
PaulMaddox Nov 25, 2017
7b49659
Merge pull request #190 from joshuadfranklin/develop
PaulMaddox Nov 25, 2017
40e7905
Merge branch 'develop' into develop
PaulMaddox Nov 25, 2017
d291d5f
Merge branch 'develop' into windows-fixes
PaulMaddox Dec 4, 2017
32ce92c
Update README.md
PaulMaddox Dec 4, 2017
ea897a1
Merge pull request #186 from PaulMaddox/windows-fixes
PaulMaddox Dec 4, 2017
240862d
Merge branch 'develop' into PaulMaddox-patch-3
PaulMaddox Dec 4, 2017
db5a804
Merge branch 'develop' into develop
PaulMaddox Dec 4, 2017
ef5127a
Merge pull request #213 from awslabs/PaulMaddox-patch-3
PaulMaddox Dec 4, 2017
979a25a
Merge branch 'develop' into develop
PaulMaddox Dec 4, 2017
2ab9484
Some useful but import info for debugging SAMLocal
wtcode16 Dec 5, 2017
69c3a58
Update the readme to reflect validate functionality
ollyjshaw Dec 5, 2017
a83c187
link to the CF/SAM schema
ollyjshaw Dec 5, 2017
515050b
Local API Gateway Event omitempty issue
djn658 Dec 5, 2017
6668198
First implementation of swagger support
sapessi Dec 6, 2017
0e4f36c
Refactor of Mounts method to use a dynamic list of HTTP method instea…
sapessi Dec 6, 2017
dbbd594
Fixed issue with refactored Swagger loading and minor unit test changes
sapessi Dec 6, 2017
2843f6e
Merge branch 'develop' into develop
PaulMaddox Dec 6, 2017
2b12040
Merge branch 'develop' into develop
sapessi Dec 6, 2017
89c6174
Fixed build issues with merge
sapessi Dec 6, 2017
0d80429
Removed UsePrefix from mount. The Swagger support adds the GetMuxPath…
sapessi Dec 6, 2017
b1bc99b
Resolving conflicts, again... :-/
sapessi Dec 6, 2017
739c48e
Merge pull request #222 from SAPessi/develop
PaulMaddox Dec 7, 2017
998f9dc
Merge branch 'develop' into event-object-omitempty-issue
PaulMaddox Dec 7, 2017
a827d20
Merge branch 'develop' of github.com:awslabs/aws-sam-local into develop
PaulMaddox Dec 7, 2017
f80c385
Merge pull request #220 from djn658/event-object-omitempty-issue
PaulMaddox Dec 7, 2017
1d3155c
Merge branch 'develop' of github.com:awslabs/aws-sam-local into develop
PaulMaddox Dec 7, 2017
0746950
Removed debug message
PaulMaddox Dec 7, 2017
fd10530
Updated permissions to be executable
PaulMaddox Dec 7, 2017
18e2ac5
Fix for specifying template with a relative path.
PaulMaddox Dec 7, 2017
bd16724
Merge pull request #224 from PaulMaddox/develop
PaulMaddox Dec 7, 2017
47721f0
Change OR operator to ternary operator
TatchNicolas Dec 13, 2017
c8a71f6
Fixed issue reported in awslabs/aws-sam-local#225. Swagger mounts tha…
sapessi Dec 19, 2017
31e83eb
Removed output line from review feedback
sapessi Dec 20, 2017
c4d34f2
Fixed issue reported in awslabs/aws-sam-local#225. (#233)
sapessi Dec 20, 2017
0a35154
Update README.md
frob Dec 21, 2017
fbfb225
adds support for cloudformation configuration.json by passing content…
deddu Dec 27, 2017
4da7f7f
fixing erroneous newline
Jan 4, 2018
6ada78b
Merge branch 'develop' into develop
danielwhatmuff Jan 4, 2018
a208898
Add binary support
shinichy Jan 5, 2018
0cf2b6e
added python API event event source sample
Jan 10, 2018
c097ce1
changed event names to match operation
Jan 10, 2018
4275487
Fix format of package.json
tgfjt Jan 19, 2018
2f3590a
Add Go 1.x support
mhart Jan 22, 2018
3aeca93
Merge pull request #266 from mhart/add-go1.x
PaulMaddox Jan 22, 2018
d92644b
Merge remote-tracking branch 'upstream/master' into develop
sapessi Jan 22, 2018
1cfd626
Fix issue where a template with no AWS::Serverless:Function.Timeout s…
PaulMaddox Jan 23, 2018
bf0922b
Adding Go Lambda function example
sanathkr Jan 24, 2018
14160e2
Use mime.ParseMediaType instead of exact match when comparing Contetn…
shinichy Jan 23, 2018
98a4d31
Add IsBase64Encoded to the Event struct
shinichy Jan 23, 2018
a5567fd
Check Accept media type to decide whether to decode the base64 body o…
shinichy Jan 25, 2018
a6fcaec
Empty string check when comparing binary media types
shinichy Jan 25, 2018
f1c4c49
Add samples/hello-world/golang example (#276)
joshua-at-aws Jan 25, 2018
967104a
Call mime.ParseMediaType(contentType) once outside of the loop
shinichy Jan 25, 2018
2cbfe32
Ignore an empty Accept header
shinichy Jan 25, 2018
2293b5d
Check if body is not a valid utf8 string before encoding it to base64.
shinichy Jan 27, 2018
9746025
Create a new event in mount.go and pass it to Handler
shinichy Jan 27, 2018
6c65824
Update runtime.go
charsleysa Jan 31, 2018
489862a
Update runtime.go
charsleysa Jan 31, 2018
4611fd7
update README.md to add upgrade instructions per CLI's nag
teknogeek0 Feb 1, 2018
541fcc1
Readme.md removing space
teknogeek0 Feb 1, 2018
7ed321a
Merge pull request #288 from teknogeek0/teknogeek0-upgrade-command
PaulMaddox Feb 1, 2018
aa5bddc
Merge remote-tracking branch 'upstream/develop' into develop
sapessi Feb 5, 2018
08b6a9f
Update runtime.go
charsleysa Feb 6, 2018
84f9e82
Update README to mark inline Swagger as supported
Feb 16, 2018
9f9ba56
Add .NET Core 2.0 support
mhart Feb 20, 2018
bf81186
Merge branch 'develop' into develop
jfuss Feb 22, 2018
e25ff0c
Addressing Swagger YAML issue reported in awslabs/aws-sam-local#275.
sapessi Feb 22, 2018
5fd075c
Merge pull request #311 from mhart/add-dotnetcore2.0
PaulMaddox Feb 23, 2018
15002a3
Merge branch 'develop' into readme-swagger-inline
PaulMaddox Feb 23, 2018
5a9b704
Merge pull request #309 from crx/readme-swagger-inline
PaulMaddox Feb 23, 2018
3c6b9ee
Merge branch 'develop' into develop
PaulMaddox Feb 23, 2018
14e33d6
Merge branch 'develop' into upstreamDevelop
PaulMaddox Feb 23, 2018
5fc9da3
Merge pull request #273 from awslabs/upstreamDevelop
PaulMaddox Feb 23, 2018
4d22ec4
Merge branch 'develop' into document_validate
PaulMaddox Feb 23, 2018
2b3813b
Merge pull request #218 from ollyjshaw/document_validate
PaulMaddox Feb 23, 2018
04d200e
Merge branch 'develop' into develop
PaulMaddox Feb 23, 2018
2c7cf78
Merge pull request #250 from shinichy/develop
PaulMaddox Feb 23, 2018
cf94e9b
Merge branch 'develop' into patch-1
PaulMaddox Feb 23, 2018
f700f68
Merge pull request #235 from frob/patch-1
PaulMaddox Feb 23, 2018
b2e2e59
Merge branch 'develop' into develop
PaulMaddox Feb 23, 2018
d8f7568
Merge pull request #256 from BeardedSteve/develop
PaulMaddox Feb 23, 2018
7494e8e
Merge branch 'develop' into patch-1
PaulMaddox Feb 23, 2018
edd30f8
Merge pull request #215 from wtbgas/patch-1
PaulMaddox Feb 23, 2018
1e767fa
Merge branch 'develop' into develop
PaulMaddox Feb 23, 2018
7aab176
Merge pull request #246 from danielwhatmuff/develop
PaulMaddox Feb 23, 2018
9e7e9c6
Merge branch 'develop' into develop
PaulMaddox Feb 23, 2018
c37ddc5
Merge pull request #241 from deddu/develop
PaulMaddox Feb 23, 2018
26f373b
Merge branch 'develop' into develop
PaulMaddox Feb 23, 2018
7f7ba7e
Merge pull request #313 from SAPessi/develop
PaulMaddox Feb 23, 2018
c3cbe60
Merge branch 'develop' into patch-1
PaulMaddox Feb 23, 2018
acaae37
Merge pull request #265 from tgfjt/patch-1
PaulMaddox Feb 23, 2018
4e35dc4
Merge branch 'develop' into hotfix-howto
PaulMaddox Feb 23, 2018
89ed4e3
Merge pull request #228 from TatchNicolas/hotfix-howto
PaulMaddox Feb 23, 2018
7b0c3ac
Merge branch 'develop' into develop
PaulMaddox Feb 23, 2018
453c34a
Allow debugger args to be passed to via environment variable (#307)
bradydowling Feb 23, 2018
9b1584f
Update README.md
charsleysa Feb 27, 2018
892a36e
Merge branch 'develop' into develop
charsleysa Feb 27, 2018
2c3cb7c
Merge pull request #285 from kintalapps/develop
PaulMaddox Feb 27, 2018
64cd99d
Add Python3.6 to debug overrides section (#315)
bradydowling Mar 2, 2018
629e627
Handle the case of empty debug arguments. Fixes #314 (#316)
sanathkr Mar 2, 2018
ffcd2e5
Adding standard files (#335)
hyandell Mar 22, 2018
0aeacd7
Added Forward headers similar to API Gateway's. Helps address https:/…
sapessi Mar 26, 2018
af5ad08
Add support for the Node.js 8.10 Runtime
mhart Apr 3, 2018
e33c658
Update debug flags to match latest on live Lambda
mhart Apr 3, 2018
520fd02
Merge pull request #345 from mhart/update-debug-flags
PaulMaddox Apr 5, 2018
ee1789f
Merge branch 'develop' into add-nodejs.810
PaulMaddox Apr 5, 2018
2844be1
Merge pull request #344 from mhart/add-nodejs.810
PaulMaddox Apr 5, 2018
c9bdb4b
Merge branch 'develop' into develop
PaulMaddox Apr 5, 2018
290b208
Merge pull request #339 from SAPessi/develop
PaulMaddox Apr 5, 2018
a04b791
Fix node debugger protocol (#358)
bradydowling Apr 11, 2018
9dcd0bc
SAM CLI Refresh 🎉 (#383)
sanathkr May 8, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions .coveragerc
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.*
4 changes: 4 additions & 0 deletions .flake8
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
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE.md
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`
6 changes: 6 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*Issue #, if available:*

*Description of changes:*


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Loading