From 3f76e54100813128a9801b1d5a1beee012b9f97c Mon Sep 17 00:00:00 2001 From: Gagan Tunuguntla Date: Sat, 4 Jan 2020 04:47:22 -0500 Subject: [PATCH] remove gained learnings to keep things clean --- client-ui/README.md | 11 ----------- docs/gained-learnings.md | 41 ---------------------------------------- docs/getting-started.md | 2 -- 3 files changed, 54 deletions(-) delete mode 100644 docs/gained-learnings.md diff --git a/client-ui/README.md b/client-ui/README.md index c014174..3e396d2 100644 --- a/client-ui/README.md +++ b/client-ui/README.md @@ -25,14 +25,3 @@ Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protrac ## Further help To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md). - -## Inspiring Articles -https://blog.novanet.no/angular-pitfall-multiple-http-requests-with-rxjs-and-observable-async/ -https://mikhail.io/serverless/coldstarts/aws/ -https://docs.aws.amazon.com/lambda/latest/dg/running-lambda-code.html -https://github.com/awslabs/aws-sam-cli/issues/137 - -## Current Challenges -- Cannot Test Lambda Calling a Lambda -- Cannot locally set up authorization -- Cannot figure shared code with layers diff --git a/docs/gained-learnings.md b/docs/gained-learnings.md deleted file mode 100644 index 02f6102..0000000 --- a/docs/gained-learnings.md +++ /dev/null @@ -1,41 +0,0 @@ -# Gained Learnings -This is a list of things I've learned, primarily about Serverless, that happened while building this App. Originally coming from a container orchestration background, it's interesting to compare the advantages and disadvantages approaches. -

-*To Be Written* - diff --git a/docs/getting-started.md b/docs/getting-started.md index 68dc23f..295f183 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -21,5 +21,3 @@ Click [here](/docs/architecture-overview.md) to understand how Cheet Sheet is bu ### Environment Variable Glossary Click [here](/docs/environment-variable-glossary.md) to learn what the different Environment variables in the app are. - -