Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fred-snyder committed Apr 19, 2023
1 parent e76b22b commit 9099308
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -40,24 +40,24 @@ Built with
Retrospective
-----------------------------------------------

- Creating a automated deployment from scratch takes a lot of time
- Creating an automated deployment from scratch takes time
- Lots of variable configuration and loads of AWS CLI commands
- Finding the right IAM-policies/actions can be cumbersome
- many errors like: no identity-based policy allow the "service:GetSomeKindOff" action
- Issue/Bug with double CORS config (Lambda CORS config + FastAPI CORS)
- many errors like: no identity-based policy allow the "service:GetSomeBlaBlaEtc" action
- Issue/bug due to double CORS config (Lambda CORS config + FastAPI CORS)
- Functions/containers can be a bit difficult to debug
- Local dev server is a different config in comparison to deployment
- Difference between the local development and production HTTP request format
- for example: the Docker RIE container HTTP request must be according to API Gateway spec.

> A framework like Serverless or AWS SAM CLI could make all of the above easier
- Head scratcher 🤯: hours of time wasted on a dumb Github Actions config issue.
- config used an incorrect URL (missed a parameter in the URL)
- Head scratcher: hours of time wasted on a dumb Github Actions config issue.
- set wrong config; used an incorrect URL (missed a parameter in the URL) 🤯
- in hindsight the error messages actually made sense
- debugging in the wrong place `===` lots of trial and **error**
- while debugging accidentally used the wrong context in Github Actions
- `var` instead of `vars`
- `var` instead of `vars` 🤯
- [ ] note to self: next time follow a good debug strategy


Expand Down

0 comments on commit 9099308

Please sign in to comment.