-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #366 from aws/develop
chore: merge develop to master
- Loading branch information
Showing
18 changed files
with
92 additions
and
76 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,39 @@ | ||
--- | ||
name: Bug report | ||
about: Create an issue to report a bug for AWS Lambda Builders | ||
title: "Bug: TITLE" | ||
labels: ['type/bug', 'stage/needs-triage'] | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- Make sure we don't have an existing Issue that reports the bug you are seeing (both open and closed). | ||
If you do find an existing Issue, re-open or add a comment to that Issue instead of creating a new one. --> | ||
|
||
### Description: | ||
<!-- Briefly describe the bug you are facing.--> | ||
|
||
|
||
|
||
### Steps to reproduce: | ||
<!-- Provide detailed steps to replicate the bug, including steps from third party tools (CDK, etc.) --> | ||
|
||
|
||
|
||
### Observed result: | ||
<!-- Please provide command output with `--debug` flag set.--> | ||
|
||
|
||
|
||
### Expected result: | ||
<!-- Describe what you expected.--> | ||
|
||
|
||
|
||
### Additional environment details (Ex: Windows, Mac, Amazon Linux etc) | ||
|
||
1. OS: | ||
2. If using SAM CLI, `sam --version`: | ||
3. AWS region: | ||
|
||
`Add --debug flag to any SAM CLI commands you are running` |
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 @@ | ||
blank_issues_enabled: false |
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,22 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea/feature/enhancement for AWS Lambda Builders | ||
title: "Feature request: TITLE" | ||
labels: ['type/feature', 'stage/needs-triage'] | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- Make sure we don't have an existing Issue for that feature request (open or closed). --> | ||
|
||
### Describe your idea/feature/enhancement | ||
|
||
Provide a clear description. | ||
|
||
Ex: I wish the AWS Lambda Builders would [...] | ||
|
||
### Proposal | ||
|
||
Add details on how to add this to the product. | ||
|
||
### Additional Details |
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,8 @@ | ||
--- | ||
name: Other | ||
about: Choose if your issue doesn't apply to the other templates | ||
title: '' | ||
labels: ['stage/needs-triage'] | ||
assignees: '' | ||
|
||
--- |
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
""" | ||
AWS Lambda Builder Library | ||
""" | ||
__version__ = "1.16.0" | ||
__version__ = "1.17.0" | ||
RPC_PROTOCOL_VERSION = "0.3" |
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
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
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
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
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
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
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
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
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
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
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