Skip to content

Commit d2e6605

Browse files
committed
readme and repolinter updates
1 parent 3bea7b1 commit d2e6605

7 files changed

+80
-0
lines changed

β€ŽCHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Change Log
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/).
6+
7+
## [0.0.1] - 2024-07-15
8+
### Added
9+
- Initial Release

β€ŽISSUE_TEMPLATE.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
### Subject of the issue
2+
Describe your issue here.
3+
4+
### Your environment
5+
Provide details about your environment.
6+
7+
### Steps to reproduce
8+
Tell us how to reproduce this issue. Please provide a working demo if possible.
9+
10+
### Expected behaviour
11+
Tell us what should happen
12+
13+
### Actual behaviour
14+
Tell us what happens instead

β€ŽREADME.md

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ We recommend using the open-source API testing tool known as (Bruno)[https://www
6464
9. Invoke your API using the '->' button for the selected request.
6565
10. Take note on how Validation (passing in non-number values) is handled in V1 compared to V2.
6666

67+
![Example API Invocation with Bruno](./images/api-testing-with-bruno.png)
68+
6769
#### Important Security Considerings Regarding the Sample Implementation
6870

6971
The sample CDK application uses CDK nag with AWSSolutionsChecks to help improve security. However, some CDK issues are suppressed in order to keep the sample proof-of-concept application simple to use. _These suppressions should be remediated before use in a production-ready implementation._

β€ŽSECURITY.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
- [Security Policy](#security-policy)
2+
- [Supported Versions](#supported-versions)
3+
- [Reporting a Vulnerability](#reporting-a-vulnerability)
4+
5+
# Security Policy
6+
7+
## Supported Versions
8+
9+
## Reporting a Vulnerability
10+
11+
Please report (suspected) security vulnerabilities to
12+
**[[email protected]](mailto:[email protected])**. You will receive a response from
13+
us within 48 hours. If the issue is confirmed, we will release a patch as soon
14+
as possible depending on complexity but historically within a few days.

β€ŽSUPPORT.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Support
2+
3+
## How to file issues and get help
4+
5+
This project uses GitHub Issues to track bugs and feature requests. Please search the existing
6+
issues before filing new issues to avoid duplicates. For new issues, file your bug or
7+
feature request as a new Issue.
8+
9+
For help and questions about using this project, please create a GitHub Issue.

β€Ždocs/pull_request_template.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
## Description
2+
<!--
3+
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.
4+
-->
5+
6+
## What type of PR is this? (check all applicable)
7+
8+
- [ ] πŸ• Feature
9+
- [ ] πŸ› Bug Fix
10+
- [ ] πŸ“ Documentation Update
11+
- [ ] πŸ§‘β€πŸ’» Code Refactor / No Functional Changes
12+
- [ ] πŸ”₯ Performance Improvements
13+
- [ ] ⚠️ Security Vulnerability Remediation
14+
- [ ] βœ… Adding Tests
15+
- [ ] πŸ€– Developer Workstation Updates
16+
- [ ] πŸ” CI/CD Updates
17+
- [ ] ⏩ Revert Previous Change
18+
19+
## Related Tickets & Documents
20+
<!--
21+
GitHub Issue Link:
22+
-->
23+
24+
## [Optional] Screenshots/Recordings
25+
<!--
26+
Potentially Add a before/after screenshot(s) if possible
27+
-->
28+
29+
## Developer Checklist
30+
31+
- [ ] πŸ“ Updated any relevant documentation
32+

β€Žimages/api-testing-with-bruno.png

142 KB
Loading

0 commit comments

Comments
Β (0)