- Serverless architecture is a way to build and run applications and services without having to manage infrastructure.
- Server management is done by Cloud services like Azure, AWS, GCP.
- Zero server management
- Flexible scaling
- No ideal capacity(pricing is pay as you go)
- AWS lambda
- AWS lambda Is a serverless Computing Service provided by Amazon to reduce the configuration of servers, operating system.
- AWS lambda helps us to run code without provisioning or managing servers – it Scales automatically and only charges for the time your code is running.
- Where to use
- When we want to expose a web endpoint, a stream processor, or a task to cloud without depending on server and operating system.
- Example : spring cloud function
- CQRS Design Pattern
- FAANG/MAANG Engineer
- Low Code Platforms
- Software Testing
- Secure Coding
- IOT
- Microservices
- Web Security
- UML Diagrams
- Fork–join model
- Dependency Injection
- Adapter Pattern
- Join Pattern
- DevOps
- Agile
- Security Awareness
- API gateway pattern
- Serverless Architecture
- Event Driven API paradigms
- Rational Application Development
- COTS
- Rational Software Architecture
- N layer/tier Architecture
- OAuth 2.0
- Scaling Microservices
- SAGA Pattern
- Circuit Breaker Pattern
- Singleton
- Immutable
Serverless Architecture
Subscribe to:
Posts (Atom)
Recursion
Q What do you understand by a Recursive Programme? Recursion Is the process of repeating items in a self similar way. In programming langua...
-
Inheritanceis tightly coupled. Inheritance is basically used for polymorphism which can be done in other ways to. Generally over a time we d...
-
How can we secure our micro-services? Application security User security Spring access controls Framework security Interaction with downstre...
-
Q What is the difference between wireless sensor networks and IOT networks? Ans : IoT exists at a higher level then WSN. In other words,...
No comments:
Post a Comment