You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/guidance.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ falling prey to the [X/Y problem][2]!
28
28
### Environment
29
29
30
30
-**Example:**<!-- Name of the example in question -->
31
-
-**Framework**<!-- [all | Customizations for Control Tower | AWS Landing Zone | CloudFormation StackSets | etc... ] -->
31
+
-**Framework**<!-- [all | Customizations for Control Tower | CloudFormation StackSets | etc... ] -->
32
32
33
33
### Other information
34
34
<!-- e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. associated pull-request, stackoverflow, gitter, etc -->
The example solutions within this repository can be managed/deployed to accounts using AWS Organizations or directly within individual accounts. The suffix on the solution name identifies how the solution is managed/deployed.
64
+
The example solutions within this repository can be managed/deployed to accounts using AWS Organizations or directly
65
+
within individual accounts. The suffix on the solution name identifies how the solution is managed/deployed.
72
66
73
67
| Solution Suffix | Description |
74
68
| --------------- | ----------- |
@@ -93,8 +87,10 @@ A. Security professionals that are looking for illustrative examples of deployin
93
87
94
88
Q. Why didn't the solutions use inline Lambda functions within the CloudFormation templates?
95
89
A. Reasons:
96
-
* You should control the dependencies in your function's deployment package as stated in the [best practices for working with AWS Lambda functions](https://docs.aws.amazon.com/lambda/latest/dg/best-practices.html).
97
-
* The [AWS Lambda runtimes](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html) might not be the latest version, which contains a feature that is needed for the solution.
90
+
* You should control the dependencies in your function's deployment package as stated in the
91
+
[best practices for working with AWS Lambda functions](https://docs.aws.amazon.com/lambda/latest/dg/best-practices.html).
92
+
* The [AWS Lambda runtimes](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html)
93
+
might not be the latest version, which contains a feature that is needed for the solution.
98
94
99
95
Q. I have ideas to improve this repository. What should I do?
100
96
A. Please create an issue or submit a pull request.
@@ -103,6 +99,7 @@ A. Please create an issue or submit a pull request.
103
99
[Contributors](CONTRIBUTORS)
104
100
105
101
## License Summary
106
-
The documentation is made available under the Creative Commons Attribution-ShareAlike 4.0 International License. See the LICENSE file.
102
+
The documentation is made available under the Creative Commons Attribution-ShareAlike 4.0 International License.
103
+
See the LICENSE file.
107
104
108
105
The sample code within this documentation is made available under the MIT-0 license. See the LICENSE-SAMPLECODE file.
0 commit comments