- Curiosity is a means to a different end
- The end is finding insights
- Insights are shortcuts to big impacts
- abstractions -> insights -> businesses -> impact
- most of the indian founders "struggle" their way through, since we are just now aware of the concept of "being curious"
- Once our applications are deployed, our users don't care how we did it
- Our users only care that the application is working or not
- Application latency: will it increase over time?
- Application outages: customer experience should not be degraded
kunal shah
-
India is country of really bad salesman
-
Do that extra 5%, that is what really differs from you from the rest
-
What do people want
-
Will they pay for it?
- Serverless is a new paradigm in which the developers don't have to manage servers anymore...
- Just deploy code
- Or just deploy functions
- Initially, serverless === FaaS (Functions as a Service)
- Serverless was pioneered by AWS Lambda but now it also includes anything that's managed: "databases, messaging, storage, etc"
- Serverless doesn't mean there are no servers. It means you just don't manage / provision / see them
- The "event producer" only sends message to one SNS topic
- As many "event receivers" (subscriptions) as we want to listen to the SNS topic notifications
- Each subscriber to the topic will get all the messages (note: new feature to filter messages)
- Up to 10,000,000 subscriptions per topic
- 100,000 topics limit
- Subscribers can be:
- SQS
- HTTP/HTTPs (with delivery retries - how many times)
- Lambda
This can be done through AWS's Certificate Manager service.
Click here to view the steps