Design concepts: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 45: | Line 45: | ||
* [[Calling Flow]] | * [[Calling Flow]] | ||
* [[Standard WebSocketTask Per Service]] | * [[Standard WebSocketTask Per Service]] | ||
* [[Error Handling Multi Thread Processing]] | |||
* [[Multi Thread Invocation]] | * [[Multi Thread Invocation]] | ||
* [[Copying large Dynamo data from to another service table]] | * [[Copying large Dynamo data from to another service table]] |
Revision as of 05:55, 11 May 2024
Projects
Backend
Backend services
NPM modules
Deploy instructions
Testing and developing
- Repository structure
- Standard file and directory structure of repositories
- Development environment
- Test environment overview
- Local test environment
- Using Postman
- Git development
- Syntax - Backend services
- Remote repository and workspace structure
- Diagrams service
Misc concepts
- Communication between services
- Lambda handler functions
- Idempotence and Race Conditions
- Per Service Schemas
- Standard Config Table Per Service
- (maybe removing)
- Standard LogicalResults Per Service
- Standard FindData Per Service
- Stored Cache and Triggered Cache
- Calling Flow
- Standard WebSocketTask Per Service
- Error Handling Multi Thread Processing
- Multi Thread Invocation
- Copying large Dynamo data from to another service table