This repository has been archived by the owner on Jun 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 914
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 #33 from mikeapted/master
Architecture update to SAM, Amplify Console, and Well Architected Serverless Lens
- Loading branch information
Showing
173 changed files
with
2,921 additions
and
12,763 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,47 @@ | ||
--- | ||
name: "\U0001F41B Bug Report" | ||
about: Report a bug | ||
labels: bug, needs-triage | ||
--- | ||
|
||
<!-- | ||
description of the bug: | ||
--> | ||
|
||
|
||
|
||
|
||
### Reproduction Steps | ||
|
||
<!-- | ||
minimal amount of code that causes the bug (if possible) or a reference: | ||
--> | ||
|
||
|
||
|
||
|
||
### Error Log | ||
|
||
<!-- | ||
what is the error message you are seeing? | ||
--> | ||
|
||
|
||
|
||
|
||
### Environment | ||
|
||
- **SAM CLI Version :** | ||
- **OS :** | ||
- **Language :** | ||
|
||
### Other | ||
|
||
<!-- e.g. detailed explanation, stacktraces, related issues, suggestions on how to fix, links for us to have context, eg. associated pull-request, stackoverflow, gitter, etc --> | ||
|
||
|
||
|
||
|
||
--- | ||
|
||
This is :bug: Bug Report |
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,45 @@ | ||
--- | ||
name: "\U0001F680 Feature Request" | ||
about: Request a new feature | ||
labels: feature-request, needs-triage | ||
--- | ||
|
||
<!-- short description of the feature you are proposing: --> | ||
|
||
|
||
|
||
|
||
|
||
### Use Case | ||
|
||
<!-- why do you need this feature? --> | ||
|
||
|
||
|
||
|
||
|
||
### Proposed Solution | ||
|
||
<!-- Please include prototype/workaround/sketch/reference implementation: --> | ||
|
||
|
||
|
||
|
||
|
||
### Other | ||
|
||
<!-- | ||
e.g. detailed explanation, stacktraces, related issues, suggestions on how to fix, | ||
links for us to have context, eg. associated pull-request, stackoverflow, gitter, etc | ||
--> | ||
|
||
|
||
|
||
|
||
|
||
* [ ] :wave: I may be able to implement this feature request | ||
* [ ] :warning: This feature might incur a breaking change | ||
|
||
--- | ||
|
||
This is a :rocket: Feature Request |
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,5 @@ | ||
*Issue #, if available:* | ||
|
||
*Description of changes:* | ||
|
||
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. |
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,75 +1,152 @@ | ||
### Eclipse ### | ||
|
||
.metadata | ||
bin/ | ||
tmp/ | ||
*.tmp | ||
*.bak | ||
*.swp | ||
*~.nib | ||
local.properties | ||
.settings/ | ||
.loadpath | ||
.recommenders | ||
# Created by https://www.gitignore.io/api/osx,node,linux,windows | ||
|
||
# Eclipse Core | ||
.project | ||
### Linux ### | ||
*~ | ||
|
||
# External tool builders | ||
.externalToolBuilders/ | ||
# temporary files which can be created if a process still has a handle open of a deleted file | ||
.fuse_hidden* | ||
|
||
# Locally stored "Eclipse launch configurations" | ||
*.launch | ||
# KDE directory preferences | ||
.directory | ||
|
||
# PyDev specific (Python IDE for Eclipse) | ||
*.pydevproject | ||
# Linux trash folder which might appear on any partition or disk | ||
.Trash-* | ||
|
||
# CDT-specific (C/C++ Development Tooling) | ||
.cproject | ||
# .nfs files are created when an open file is removed but is still being accessed | ||
.nfs* | ||
|
||
# JDT-specific (Eclipse Java Development Tools) | ||
.classpath | ||
### Node ### | ||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# Java annotation processor (APT) | ||
.factorypath | ||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
*.pid.lock | ||
|
||
# PDT-specific (PHP Development Tools) | ||
.buildpath | ||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# sbteclipse plugin | ||
.target | ||
# Coverage directory used by tools like istanbul | ||
coverage | ||
|
||
# Tern plugin | ||
.tern-project | ||
# nyc test coverage | ||
.nyc_output | ||
|
||
# TeXlipse plugin | ||
.texlipse | ||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# STS (Spring Tool Suite) | ||
.springBeans | ||
# Bower dependency directory (https://bower.io/) | ||
bower_components | ||
|
||
# Code Recommenders | ||
.recommenders/ | ||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (http://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
### Gradle ### | ||
.gradle | ||
build/ | ||
# Dependency directories | ||
node_modules/ | ||
jspm_packages/ | ||
|
||
# Ignore Gradle GUI config | ||
gradle-app.setting | ||
# Typescript v1 declaration files | ||
typings/ | ||
|
||
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) | ||
!gradle-wrapper.jar | ||
# Optional npm cache directory | ||
.npm | ||
|
||
# Cache of project | ||
.gradletasknamecache | ||
# Optional eslint cache | ||
.eslintcache | ||
|
||
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898 | ||
# gradle/wrapper/gradle-wrapper.properties | ||
# Optional REPL history | ||
.node_repl_history | ||
|
||
node_modules/ | ||
# Output of 'npm pack' | ||
*.tgz | ||
|
||
# Yarn Integrity file | ||
.yarn-integrity | ||
|
||
# dotenv environment variables file | ||
.env | ||
|
||
|
||
### OSX ### | ||
*.DS_Store | ||
.AppleDouble | ||
.LSOverride | ||
|
||
# Icon must end with two \r | ||
Icon | ||
|
||
# Thumbnails | ||
._* | ||
|
||
# Files that might appear in the root of a volume | ||
.DocumentRevisions-V100 | ||
.fseventsd | ||
.Spotlight-V100 | ||
.TemporaryItems | ||
.Trashes | ||
.VolumeIcon.icns | ||
.com.apple.timemachine.donotpresent | ||
|
||
# Directories potentially created on remote AFP share | ||
.AppleDB | ||
.AppleDesktop | ||
Network Trash Folder | ||
Temporary Items | ||
.apdisk | ||
|
||
### Windows ### | ||
# Windows thumbnail cache files | ||
Thumbs.db | ||
ehthumbs.db | ||
ehthumbs_vista.db | ||
|
||
# Folder config file | ||
Desktop.ini | ||
|
||
# Recycle Bin used on file shares | ||
$RECYCLE.BIN/ | ||
|
||
# Windows Installer files | ||
*.cab | ||
*.msi | ||
*.msm | ||
*.msp | ||
|
||
# Windows shortcuts | ||
*.lnk | ||
|
||
# SAM package file | ||
packaged.yaml | ||
.aws-sam | ||
samconfig.toml | ||
|
||
# End of https://www.gitignore.io/api/osx,node,linux,windows | ||
# node_modules # | ||
################ | ||
**/node_modules | ||
package-lock.json | ||
packaged.yaml | ||
|
||
# OS generated files # | ||
###################### | ||
.DS_Store | ||
/dist/ | ||
/website/dist/ | ||
.DS_Store? | ||
._* | ||
.Spotlight-V100 | ||
.Trashes | ||
ehthumbs.db | ||
Thumbs.db | ||
|
||
# Front end config and production build | ||
www/build | ||
.idea/ |
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,12 @@ | ||
{ | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"type": "chrome", | ||
"request": "launch", | ||
"name": "Launch Chrome", | ||
"url": "http://localhost:8080", | ||
"webRoot": "${workspaceFolder}" | ||
} | ||
] | ||
} |
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,5 @@ | ||
# Code of Conduct | ||
|
||
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct). | ||
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact | ||
[email protected] with any additional questions or comments. |
Oops, something went wrong.